Merge pull request #16 from Jake-Ruston/fix-b64

Fixed the b64 powershell payload
This commit is contained in:
Ryan Montgomery 2021-03-18 11:05:18 -04:00 committed by GitHub
commit ef46596433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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