Documentation
¶
Index ¶
- func IsAvailable() bool
- func Runner(shellcode []byte) (bool, string)
- type Shellcode
- func (s *Shellcode) CheckIfAvailable() bool
- func (s *Shellcode) DownloadPayloadToMemory(payloadName string) bool
- func (s *Shellcode) Run(command string, timeout int, info execute.InstructionInfo) execute.CommandResults
- func (s *Shellcode) String() string
- func (s *Shellcode) UpdateBinary(newBinary string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Shellcode ¶
type Shellcode struct {
// contains filtered or unexported fields
}
func (*Shellcode) CheckIfAvailable ¶
func (*Shellcode) DownloadPayloadToMemory ¶
func (*Shellcode) Run ¶
func (s *Shellcode) Run(command string, timeout int, info execute.InstructionInfo) execute.CommandResults
func (*Shellcode) UpdateBinary ¶
Click to show internal directories.
Click to hide internal directories.