MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / psResponse

Function psResponse

internal/bridge/module_shell_adapters.go:81–87  ·  view source on GitHub ↗
(output, osName string, req *implantpb.Request)

Source from the content-addressed store, hash-verified

79}
80
81func psResponse(output, osName string, req *implantpb.Request) *implantpb.Spite {
82 resp := parsePsOutput(output, osName)
83 return &implantpb.Spite{
84 Name: consts.ModulePs,
85 Body: &implantpb.Spite_PsResponse{PsResponse: resp},
86 }
87}
88
89func lsCommand(osName string, req *implantpb.Request) string {
90 path := firstArg(req)

Callers 1

Calls 1

parsePsOutputFunction · 0.85

Tested by 1