diff --git a/WebScan/lib/check.go b/WebScan/lib/check.go index 08bd310..dd071db 100644 --- a/WebScan/lib/check.go +++ b/WebScan/lib/check.go @@ -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 }