-nobr不再包含-nopoc.优化webtitle 输出格式

This commit is contained in:
影舞者
2022-07-11 14:38:47 +08:00
parent 45008bcbfc
commit ed96a8dd89
3 changed files with 3 additions and 7 deletions

View File

@@ -172,10 +172,6 @@ func executePoc(oReq *http.Request, p *Poc) (bool, error, string) {
successFlag := false
for _, rule := range rules {
flag, err := DealWithRule(rule)
//if err != nil {
// fmt.Printf("[-] %s Execute Rule error: %s\n",p.Name,err.Error())
//}
if err != nil || !flag { //如果false不继续执行后续rule
successFlag = false // 如果其中一步为flag则直接break
break