(target string, hashmap map[string]interface{})
| 5 | // PoC poc接口 |
| 6 | type PoC interface { |
| 7 | SendPoc(target string, hashmap map[string]interface{}) |
| 8 | SaveResult(target string, file string) |
| 9 | CheckExp(resp *req.Response, target string, hashmap map[string]interface{}) bool |
| 10 | } |
no outgoing calls
no test coverage detected