Documentation ¶ Index ¶ func GetJob(method string, shellcode string, pid string) ([]string, error) func Parse(options map[string]string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetJob ¶ func GetJob(method string, shellcode string, pid string) ([]string, error) GetJob returns a string array containing the commands, in the proper order, to be used with agents.AddJob func Parse ¶ func Parse(options map[string]string) ([]string, error) Parse is the initial entry point for all extended modules. All validation checks and processing will be performed here The function input types are limited to strings and therefore require additional processing Types ¶ This section is empty. Source Files ¶ View all Source files shellcode.go Click to show internal directories. Click to hide internal directories.