mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-01 22:36:05 -04:00
5 lines
No EOL
107 B
Python
Executable file
5 lines
No EOL
107 B
Python
Executable file
import utils
|
|
import subprocess
|
|
import sys
|
|
|
|
subprocess.Popen([sys.executable, 'shellcode.py']).communicate() |