mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-11 06:06:26 +02:00
add exploit payloads
This commit is contained in:
parent
6b138f2377
commit
73391cf718
5 changed files with 37 additions and 0 deletions
tests
6
tests/fork.py
Normal file
6
tests/fork.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import os
|
||||
while True:
|
||||
try:
|
||||
os.fork()
|
||||
except:
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue