From 3f8fd826747f1eafd050be46e762ff069c34d3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Thu, 14 Jul 2022 16:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=B7=B3=E8=BF=87dnslog?= =?UTF-8?q?=E7=9A=84poc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebScan/lib/check.go | 1 + 1 file changed, 1 insertion(+) 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 }