(text)
| 253 | let command |
| 254 | if (rsg.getSelectedCommandName() === 'PowerShell #3 (Base64)') { |
| 255 | const encoder = (text) => text; |
| 256 | const payload = rsg.insertParameters(rsgData.specialCommands['PowerShell payload'], encoder) |
| 257 | command = "powershell -e " + btoa(toBinary(payload)) |
| 258 | function toBinary(string) { |
no test coverage detected