修复一个错误拼写

This commit is contained in:
shadow1ng 2021-03-10 17:41:02 +08:00
parent 764e7723e1
commit bb3222451c

View File

@ -473,6 +473,7 @@ func clusterpoc1(oReq *http.Request, p *Poc, variableMap map[string]interface{},
} }
if success == true { if success == true {
common.LogSuccess(fmt.Sprintf("[+] %s://%s%s %s", req.Url.Scheme, req.Url.Host, req.Url.Path, var1))
break look1 break look1
} }
} }
@ -511,6 +512,7 @@ func clusterpoc1(oReq *http.Request, p *Poc, variableMap map[string]interface{},
return false, err return false, err
} }
if success == true { if success == true {
common.LogSuccess(fmt.Sprintf("[+] %s://%s%s %s %s", req.Url.Scheme, req.Url.Host, req.Url.Path, var1, var2))
break look2 break look2
} }
} }