mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
update
This commit is contained in:
parent
bdeaae9dcf
commit
9b6596315e
@ -79,7 +79,7 @@ func CheckLive(hostslist []string, Ping bool) []string {
|
|||||||
common.LogSuccess(output)
|
common.LogSuccess(output)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if len(hostslist) >= 200 {
|
if len(hostslist) > 256 {
|
||||||
arrTop, arrLen := ArrayCountValueTop(AliveHosts, common.LiveTop, false)
|
arrTop, arrLen := ArrayCountValueTop(AliveHosts, common.LiveTop, false)
|
||||||
for i := 0; i < len(arrTop); i++ {
|
for i := 0; i < len(arrTop); i++ {
|
||||||
output := fmt.Sprintf("[*] LiveTop %-16s 段存活数量为: %d", arrTop[i]+".0/24", arrLen[i])
|
output := fmt.Sprintf("[*] LiveTop %-16s 段存活数量为: %d", arrTop[i]+".0/24", arrLen[i])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user