[+] PocScan https://192.168.69.58:8443 poc-yaml-springboot-cve-2021-21234 spring3 [+] PocScan https://192.168.69.61:8443 poc-yaml-springboot-cve-2021-21234 spring3 [+] PocScan http://192.168.69.58:18000 poc-yaml-springboot-cve-2021-21234 spring3 输出报告 可以看出来,fscan扫出来的内容包...
Sprintf("[+] PocScan %s %s %s", task.Req.URL, task.Poc.Name, name) common.LogSuccess(result) } wg.Done() } }() } for _, poc := range pocs { task := Task{ Req: req, Poc: poc, } wg.Add(1) tasks <- task } wg.Wait() close(tasks) } func executePoc(oReq *ht...
Sprintf("[+] PocScan %s://%s%s %s %v", req.Url.Scheme, req.Url.Host, req.Url.Path, p.Name, strMap)) //防止后续继续打印poc成功信息 return false, nil } 26 changes: 24 additions & 2 deletions 26 common/config.go Original file line numberDiff line numberDiff line change @@ -1,...
Sprintf("[+] PocScan %s %s %s", task.Req.URL, task.Poc.Name, name) common.LogSuccess(result) } wg.Done() @@ -149,7 +149,7 @@ func executePoc(oReq *http.Request, p *Poc) (bool, error, string) { // 先判断响应页面是否匹配search规则 if rule.Search != "" { result := do...