mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
新增LiveTop功能,检测存活时,默认会输出top10的b、c段ip存活数量
This commit is contained in:
parent
6ce60284bc
commit
0b22898547
@ -13,6 +13,8 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var IsIPRange bool
|
||||||
|
|
||||||
var ParseIPErr = errors.New(" host parsing error\n" +
|
var ParseIPErr = errors.New(" host parsing error\n" +
|
||||||
"format: \n" +
|
"format: \n" +
|
||||||
"192.168.1.1\n" +
|
"192.168.1.1\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user