Fixedc the b64 powershell payload

This commit is contained in:
Jake-Ruston 2021-03-18 15:01:13 +00:00
parent cc2765871d
commit a521e388e6

View File

@ -736,8 +736,6 @@
command = rsg.getReverseShellCommand()
}
command = rsg.getReverseShellCommand()
const encoding = encodingSelect.value;
if (encoding === 'Base64') {
command = btoa(command)