From edf302ff03d4013e376c2b046c4284fabed8ffe0 Mon Sep 17 00:00:00 2001 From: sairson Date: Sat, 8 Jan 2022 14:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E5=92=8C=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/all.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/all.go b/cmd/all.go index 38237ce..72e4bb5 100644 --- a/cmd/all.go +++ b/cmd/all.go @@ -74,7 +74,6 @@ func allRun(hostString string, portString string, log bool, runtime int, noping if len(PortResults) != 0 { fmt.Println("----- [Yasso] Start do crack service -----") for _, v := range PortResults { - // 这里做漏洞扫描 wg.Add(1) go func(v PortResult) { defer wg.Done()