MCPcopy
hub / github.com/0dayCTF/reverse-shell-generator / encoder

Function encoder

server_functions/raw.js:6–6  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4 // TODO: Extract the inlined JS from index.html into a new file,
5 // so the insertParameters + encoding logic can be reused
6 const encoder = (value) => value;
7
8 if (command === "PowerShell #3 (Base64)") {
9 return "powershell -e " + btoa(rsgData.specialCommands['PowerShell payload']

Callers 1

insertParametersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected