From 9b6596315e4219dc3f13575a105b2ea8ac484f2d Mon Sep 17 00:00:00 2001 From: shadow1ng Date: Sat, 8 Jan 2022 14:46:26 +0800 Subject: [PATCH] update --- Plugins/icmp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/icmp.go b/Plugins/icmp.go index f3c417c..bde11d5 100644 --- a/Plugins/icmp.go +++ b/Plugins/icmp.go @@ -79,7 +79,7 @@ func CheckLive(hostslist []string, Ping bool) []string { common.LogSuccess(output) } } - if len(hostslist) >= 200 { + if len(hostslist) > 256 { arrTop, arrLen := ArrayCountValueTop(AliveHosts, common.LiveTop, false) for i := 0; i < len(arrTop); i++ { output := fmt.Sprintf("[*] LiveTop %-16s 段存活数量为: %d", arrTop[i]+".0/24", arrLen[i])