From 346c02f93ea9e6e94bf8bb2a47bf6a2310819aa6 Mon Sep 17 00:00:00 2001 From: kingpp Date: Fri, 21 Oct 2022 14:13:21 +0800 Subject: [PATCH] Modified unreasonable code --- WebScan/lib/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebScan/lib/check.go b/WebScan/lib/check.go index dd071db..b47902a 100644 --- a/WebScan/lib/check.go +++ b/WebScan/lib/check.go @@ -82,7 +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, "" + //return false, nil, "" variableMap[k] = newReverse() continue }