mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
perf: 优化部分输出
This commit is contained in:
+1
-1
@@ -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 执行端口扫描策略
|
||||||
|
|||||||
Reference in New Issue
Block a user