Documentation
¶
Overview ¶
Payload related functions and actions
The payload package contains a collection of universally applicable functions for payloads, sub-packages containing specific payloads, and any specific payloads that do not fit into the other sub package types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64EncodeForBash ¶ added in v1.16.0
Base64 encodes the command. Wraps it in logic to base64 decode and pipe to bash.
func Base64EncodeForGroovyEval ¶ added in v1.16.0
Base64 encodes the command. Wraps it in logic to base64 decode and evaluate it in Groovy.
func Base64EncodeForPHPEval ¶ added in v1.19.0
Base64 encodes the command. Wraps it in logic to base64 decode and evaluate it in PHP.
func EncodeCommandBrace ¶
func EncodeCommandIFS ¶
func PHPIconvFilter ¶ added in v1.20.0
Creates a valid PHP filter string from an input. Normally these are PHP payloads, but there are exceptions. This is based on the techniques identified in: https://gynvael.coldwind.pl/?id=671
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Bind shell payloads & listeners.
|
Bind shell payloads & listeners. |
File dropper download and execute payloads.
|
File dropper download and execute payloads. |
file planting based payloads.
|
file planting based payloads. |
Reverse shell and command payloads.
|
Reverse shell and command payloads. |
Webshell payloads
|
Webshell payloads |