mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
feat: 添加 -nsp 参数禁用网段预筛
大规模扫描时 probeSubnets 会自动跳过空 /24 网段, 部分场景下用户需要关闭此优化以扫描全部目标。 新增 -nsp (no subnet probe) 参数控制。
This commit is contained in:
@@ -30,6 +30,8 @@ flag_disable_ping:
|
||||
other: "Disable ping detection"
|
||||
flag_disable_tcp_probe:
|
||||
other: "Disable TCP supplementary probe"
|
||||
flag_disable_subnet_probe:
|
||||
other: "Disable subnet pre-filter (optimization that skips empty /24 subnets in large scans)"
|
||||
flag_local_plugin:
|
||||
other: "Specify local plugin name (e.g.: cleaner, systeminfo, keylogger)"
|
||||
flag_debug:
|
||||
|
||||
Reference in New Issue
Block a user