fix: 优化输出格式和颜色显示

- 网段统计格式改为 10.253.0.0/16 网段存活: 26
- WebTitle基础信息改为白色,指纹识别单独绿色输出
- 移除重复的端口数量输出
This commit is contained in:
ZacharyZcR
2026-01-19 14:49:16 +08:00
parent 490cdbf076
commit 411467dd93
4 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -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:
+2 -2
View File
@@ -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: