1
0
mirror of https://github.com/sairson/Yasso.git synced 2026-02-08 21:13:42 +08:00

删除无用的函数和注释

This commit is contained in:
sairson
2022-01-08 14:36:20 +08:00
parent 1f7044e8c0
commit edf302ff03

View File

@@ -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()