mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-02-22 22:53:44 +00:00
Update script.js
Fixed Base64 Encoder
This commit is contained in:
parent
438a97b4f8
commit
62bc0dfbd5
@ -166,6 +166,7 @@
|
||||
|
||||
const encoding = rsg.getEncoding();
|
||||
if (encoding === 'Base64') {
|
||||
command = rsg.insertParameters(command, (text) => text)
|
||||
command = btoa(command)
|
||||
} else {
|
||||
function encoder(string) {
|
||||
|
Loading…
Reference in New Issue
Block a user