From a521e388e62d1a55752896ab4521877a4ad9174b Mon Sep 17 00:00:00 2001 From: Jake-Ruston Date: Thu, 18 Mar 2021 15:01:13 +0000 Subject: [PATCH] Fixedc the b64 powershell payload --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index e5c3973..5a8d080 100644 --- a/index.html +++ b/index.html @@ -736,8 +736,6 @@ command = rsg.getReverseShellCommand() } - command = rsg.getReverseShellCommand() - const encoding = encodingSelect.value; if (encoding === 'Base64') { command = btoa(command)