mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
fix: 优化输出格式和颜色显示
- 网段统计格式改为 10.253.0.0/16 网段存活: 26 - WebTitle基础信息改为白色,指纹识别单独绿色输出 - 移除重复的端口数量输出
This commit is contained in:
@@ -266,9 +266,9 @@ host_alive:
|
||||
proxy_mode_disable_icmp:
|
||||
other: "Proxy mode detected, disabling ICMP scan"
|
||||
segment_16_alive:
|
||||
other: "/16 segment {{.Arg1}} alive: {{.Arg2}}"
|
||||
other: "{{.Arg1}}.0.0/16 segment alive: {{.Arg2}}"
|
||||
segment_24_alive:
|
||||
other: "/24 segment {{.Arg1}} alive: {{.Arg2}}"
|
||||
other: "{{.Arg1}}.0/24 segment alive: {{.Arg2}}"
|
||||
|
||||
# ========================= Alive Scan Stats Messages =========================
|
||||
parse_target_failed:
|
||||
|
||||
@@ -266,9 +266,9 @@ host_alive:
|
||||
proxy_mode_disable_icmp:
|
||||
other: "检测到代理模式,自动禁用ICMP扫描"
|
||||
segment_16_alive:
|
||||
other: "/16网段 {{.Arg1}} 存活: {{.Arg2}}"
|
||||
other: "{{.Arg1}}.0.0/16 网段存活: {{.Arg2}}"
|
||||
segment_24_alive:
|
||||
other: "/24网段 {{.Arg1}} 存活: {{.Arg2}}"
|
||||
other: "{{.Arg1}}.0/24 网段存活: {{.Arg2}}"
|
||||
|
||||
# ========================= 存活扫描统计消息 =========================
|
||||
parse_target_failed:
|
||||
|
||||
Reference in New Issue
Block a user