add exploit payloads

This commit is contained in:
Thomas Hobson 2021-04-28 15:35:40 +12:00
parent 6b138f2377
commit 73391cf718
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
5 changed files with 37 additions and 0 deletions

6
tests/fork.py Normal file
View file

@ -0,0 +1,6 @@
import os
while True:
try:
os.fork()
except:
pass