Closed j-baines closed 1 month ago
At @terrorbyte's suggestion, added a loose scheme to ensure that randos can't use the webshell. Usage is basically the same except the parameter to use is also spit out. E.g. Usage example:
webshellPayload, cmdParam := webshell.PHP.MinimalGet()
Downstream that looks like:
url = protocol.GenerateURL(conf.Rhost, conf.Rport, conf.SSL, "/"+webshellName) output.PrintfSuccess("Minimal webshell dropped to %s", url) output.PrintfSuccess("Example usage: curl -kv %s?%s=id", url, cmdParam)
At @terrorbyte's suggestion, added a loose scheme to ensure that randos can't use the webshell. Usage is basically the same except the parameter to use is also spit out. E.g. Usage example:
Downstream that looks like: