mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
add exploit payloads
This commit is contained in:
parent
6b138f2377
commit
73391cf718
5 changed files with 37 additions and 0 deletions
8
tests/network.py
Normal file
8
tests/network.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Description
|
||||
Accessing external resources could be potentially dangerous
|
||||
|
||||
"""
|
||||
|
||||
import urllib.request
|
||||
contents = urllib.request.urlopen("https://emkc.org").read()
|
Loading…
Add table
Add a link
Reference in a new issue