README ¶ Task Runner This package is the shellcode executors, we just call them "tasks" just in case something leaks through the obfuscator. It has nothing to do with other "tasks" in Sliver, e..g. BeaconTasks Expand ▾ Collapse ▴ Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func LocalTask(data []byte, rwxPages bool) error func RandomString(length int) string func RemoteTask(processID int, data []byte, rwxPages bool) error func Sideload(procName string, procArgs []string, _ uint32, data []byte, args []string, ...) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LocalTask ¶ func LocalTask(data []byte, rwxPages bool) error LocalTask - Run a shellcode in the current process Will hang the process until shellcode completion func RandomString ¶ func RandomString(length int) string func RemoteTask ¶ func RemoteTask(processID int, data []byte, rwxPages bool) error RemoteTask - func Sideload ¶ func Sideload(procName string, procArgs []string, _ uint32, data []byte, args []string, kill bool) (string, error) Sideload - Side load a library and return its output Types ¶ This section is empty. Source Files ¶ View all Source files task.go task_linux.go Click to show internal directories. Click to hide internal directories.