Documentation
¶
Overview ¶
Webshell payloads
The webshell package contains webshell payloads that can be dropped onto remote targets
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PHP = &PHPWebshell{}
Functions ¶
This section is empty.
Types ¶
type PHPWebshell ¶
type PHPWebshell struct{}
func (*PHPWebshell) MinimalGet ¶
func (php *PHPWebshell) MinimalGet() (string, string)
A very basic PHP webshell using short tags and no error checking. The webshell will generate a random variable to fetch the command from. Usage example:
shell, param := webshell.PHP.MinimalGet()
Click to show internal directories.
Click to hide internal directories.