mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 00:45:26 +00:00
Fixedc the b64 powershell payload
This commit is contained in:
parent
cc2765871d
commit
a521e388e6
@ -736,8 +736,6 @@
|
||||
command = rsg.getReverseShellCommand()
|
||||
}
|
||||
|
||||
command = rsg.getReverseShellCommand()
|
||||
|
||||
const encoding = encodingSelect.value;
|
||||
if (encoding === 'Base64') {
|
||||
command = btoa(command)
|
||||
|
Loading…
Reference in New Issue
Block a user