mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
perf: 优化部分输出
This commit is contained in:
parent
c8687827ac
commit
85778a9773
@ -83,7 +83,7 @@ func Scan(info Common.HostInfo) {
|
|||||||
wg.Wait()
|
wg.Wait()
|
||||||
Common.LogWG.Wait()
|
Common.LogWG.Wait()
|
||||||
close(Common.Results)
|
close(Common.Results)
|
||||||
fmt.Printf("[✓] 扫描已完成: %v/%v\n", Common.End, Common.Num)
|
fmt.Printf("[+] 扫描已完成: %v/%v\n", Common.End, Common.Num)
|
||||||
}
|
}
|
||||||
|
|
||||||
// executeScanStrategy 执行端口扫描策略
|
// executeScanStrategy 执行端口扫描策略
|
||||||
|
Loading…
Reference in New Issue
Block a user