mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-30 22:35:13 +00:00
Merge pull request #16 from Jake-Ruston/fix-b64
Fixed the b64 powershell payload
This commit is contained in:
commit
ef46596433
@ -736,8 +736,6 @@
|
|||||||
command = rsg.getReverseShellCommand()
|
command = rsg.getReverseShellCommand()
|
||||||
}
|
}
|
||||||
|
|
||||||
command = rsg.getReverseShellCommand()
|
|
||||||
|
|
||||||
const encoding = encodingSelect.value;
|
const encoding = encodingSelect.value;
|
||||||
if (encoding === 'Base64') {
|
if (encoding === 'Base64') {
|
||||||
command = btoa(command)
|
command = btoa(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user