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

Function showSessionInfo

cmd/inject-cli/main.go:588–596  ·  view source on GitHub ↗
(c *apiClient, sessionID string)

Source from the content-addressed store, hash-verified

586}
587
588func showSessionInfo(c *apiClient, sessionID string) {
589 sess, err := c.getSession(sessionID)
590 if err != nil {
591 fmt.Printf(" error: %v\n", err)
592 return
593 }
594 printSessionInfo(sess)
595 fmt.Println()
596}
597
598// ----- observed tools & rules commands -----
599

Callers 1

sessionREPLFunction · 0.85

Calls 2

printSessionInfoFunction · 0.85
getSessionMethod · 0.80

Tested by

no test coverage detected