MCPcopy Create free account
hub / github.com/SummerSec/SpringExploit / CheckExp

Method CheckExp

cmd/commons/poc/demo.go:73–81  ·  view source on GitHub ↗
(resp *req.Response, target string, hashmap map[string]interface{})

Source from the content-addressed store, hash-verified

71}
72
73func (d Demo) CheckExp(resp *req.Response, target string, hashmap map[string]interface{}) bool {
74 defer func() {
75 if err := recover(); err != nil {
76 log.Error("[-] CheckExp error: ", err)
77 }
78 }()
79 log.Debugf("[+] check exp")
80 return false
81}
82
83func completer(d prompt.Document) []prompt.Suggest {
84 s := []prompt.Suggest{

Callers 1

SendPocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected