Documentation ¶
Index ¶
Constants ¶
View Source
const ( MODULE_TYPE_CALC = 1 MODULE_TYPE_MESSAGEBOX = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implant ¶
type Implant struct { Id uint Uuid string Name string Os string Arch string Format string Lprotocol string Lhost string Lport uint16 RequestPaths ImplantRequestPaths Type string // "beacon", "interactive" Sleep uint Jitter uint KillDate uint IndirectSyscalls bool AntiDebug bool CompLevel uint64 }
func NewImplant ¶
type ImplantRequestPaths ¶
type Loader ¶
type Loader struct { Id uint Uuid string Name string Os string Arch string Format string Lprotocol string Lhost string Lport uint16 Type string PayloadToLoad string Technique string ProcessToInject string IndirectSyscalls bool AntiDebug bool CompLevel uint64 }
Click to show internal directories.
Click to hide internal directories.