From 0743e4cb68fe6bc22fc55e72d4891965bf005c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Fri, 18 Jun 2021 09:38:30 +0800 Subject: [PATCH] Update check.go --- WebScan/lib/check.go | 1 - 1 file changed, 1 deletion(-) diff --git a/WebScan/lib/check.go b/WebScan/lib/check.go index 595f415..b8b13e2 100644 --- a/WebScan/lib/check.go +++ b/WebScan/lib/check.go @@ -32,7 +32,6 @@ func CheckMultiPoc(req *http.Request, Pocs embed.FS, workers int, pocname string for i := 0; i < workers; i++ { go func() { for task := range tasks { - //if task.Poc.Name == task.Req. isVul, _ := executePoc(task.Req, task.Poc) if isVul { result := fmt.Sprintf("[+] %s %s", task.Req.URL, task.Poc.Name)