默认跳过dnslog的poc

This commit is contained in:
影舞者 2022-07-14 16:03:11 +08:00
parent 3ba0a2abd3
commit 3f8fd82674

View File

@ -82,6 +82,7 @@ func executePoc(oReq *http.Request, p *Poc) (bool, error, string) {
for _, item := range p.Set {
k, expression := item.Key, item.Value
if expression == "newReverse()" {
return false, nil, ""
variableMap[k] = newReverse()
continue
}