From 62bc0dfbd59af164cdc4c3d70addd97fb4c8f475 Mon Sep 17 00:00:00 2001 From: Ryan Montgomery <44453666+0dayCTF@users.noreply.github.com> Date: Mon, 5 Apr 2021 19:58:45 -0400 Subject: [PATCH] Update script.js Fixed Base64 Encoder --- js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/script.js b/js/script.js index 63a226f..06e03e3 100644 --- a/js/script.js +++ b/js/script.js @@ -166,6 +166,7 @@ const encoding = rsg.getEncoding(); if (encoding === 'Base64') { + command = rsg.insertParameters(command, (text) => text) command = btoa(command) } else { function encoder(string) {