Documentation ¶
Index ¶
- func GetPIDByName(ctx *grumble.Context, name string, con *console.SliverConsoleClient) int
- func PrintPS(os string, ps *sliverpb.Ps, interactive bool, ctx *grumble.Context, ...)
- func PrintProcessDump(dump *sliverpb.ProcessDump, saveTo string, hostname string, pid int, ...)
- func PrintTerminate(terminated *sliverpb.Terminate, con *console.SliverConsoleClient)
- func ProcdumpCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func PsCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func TerminateCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPIDByName ¶
GetPIDByName - Get a PID by name from the active session
func PrintPS ¶ added in v1.5.0
func PrintPS(os string, ps *sliverpb.Ps, interactive bool, ctx *grumble.Context, con *console.SliverConsoleClient)
PrintPS - Prints the process list
func PrintProcessDump ¶ added in v1.5.0
func PrintProcessDump(dump *sliverpb.ProcessDump, saveTo string, hostname string, pid int, con *console.SliverConsoleClient)
PrintProcessDump - Handle the results of a process dump
func PrintTerminate ¶ added in v1.5.0
func PrintTerminate(terminated *sliverpb.Terminate, con *console.SliverConsoleClient)
PrintTerminate - Print the results of the terminate command
func ProcdumpCmd ¶
func ProcdumpCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
ProcdumpCmd - Dump the memory of a remote process
func PsCmd ¶
func PsCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
PsCmd - List processes on the remote system
func TerminateCmd ¶
func TerminateCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
TerminateCmd - Terminate a process on the remote system
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.