This commit is contained in:
影舞者
2023-11-15 10:40:17 +08:00
parent 197b0884a1
commit 15cdc19097
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func Scan(info common.HostInfo) {
fmt.Println("len(hosts)==0", err)
return
}
lib.Inithttp(common.Pocinfo)
lib.Inithttp()
var ch = make(chan struct{}, common.Threads)
var wg = sync.WaitGroup{}
web := strconv.Itoa(common.PORTList["web"])