From bb3222451c2186dc2ff078f76aca51d41d24ab45 Mon Sep 17 00:00:00 2001 From: shadow1ng Date: Wed, 10 Mar 2021 17:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8B=BC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebScan/lib/check.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebScan/lib/check.go b/WebScan/lib/check.go index ebb1add..51d6df2 100644 --- a/WebScan/lib/check.go +++ b/WebScan/lib/check.go @@ -473,6 +473,7 @@ func clusterpoc1(oReq *http.Request, p *Poc, variableMap map[string]interface{}, } if success == true { + common.LogSuccess(fmt.Sprintf("[+] %s://%s%s %s", req.Url.Scheme, req.Url.Host, req.Url.Path, var1)) break look1 } } @@ -511,6 +512,7 @@ func clusterpoc1(oReq *http.Request, p *Poc, variableMap map[string]interface{}, return false, err } 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 } }