mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +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:
|
||||
|
||||
Reference in New Issue
Block a user