Versions in this module Expand all Collapse all v1 v1.5.43 May 2, 2024 v1.5.42 May 2, 2024 Changes in this version + func GetPIDByName(ctx *grumble.Context, name string, con *console.SliverConsoleClient) int + func LootProcessDump(dump *sliverpb.ProcessDump, lootName string, hostName string, pid 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 SortProcessesByPID(ps []*commonpb.Process) []*commonpb.Process + func TerminateCmd(ctx *grumble.Context, con *console.SliverConsoleClient) + type PsTree struct + func NewPsTree(pid int32) *PsTree + func (t *PsTree) AddProcess(proc *commonpb.Process) + func (t *PsTree) Print() string + func (t *PsTree) String() string