mirror of
https://github.com/sairson/Yasso.git
synced 2026-02-08 21:13:42 +08:00
删除无用的函数和注释
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user