Documentation ¶
Index ¶
- func CheckIn(config *utils.Config) string
- func Download(path string) string
- func ExecuteAssembly(assemblyEnc string, params []string) string
- func Kill(pid int) error
- func Ls(dir string) string
- func PortScanTCP(addr string, targets []int, workers int) string
- func Ps() string
- func SelfInject(shellcodeHex string) string
- func Shell(cmd []string) string
- func Upload(path string, fileb64 string) string
- type UnixProcess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteAssembly ¶
func SelfInject ¶
TODO: Consider possibly doing that trick to run shellcode from the commandline?
Maybe just do what OffensiveNotion does and make it a dropper?
Types ¶
type UnixProcess ¶
Context: The go-sysinfo package only works with Linux and sudo
So we have to scrape /proc
Info on /proc: https://man7.org/linux/man-pages/man5/proc.5.html
Click to show internal directories.
Click to hide internal directories.