Disable default global scan timeout

This commit is contained in:
ZacharyZcR
2026-08-25 23:50:30 +08:00
parent 3ef7a1beee
commit 1418f6d8ce
8 changed files with 12 additions and 69 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ fscan -h 192.168.1.0/24 -silent | jq 'select(.type=="VULN")'
| `-t` | 端口扫描线程数 | `600` |
| `-mt` | 模块线程数 | `20` |
| `-time` | 连接超时(秒) | `3` |
| `-gt` | 全局超时(秒) | `180` |
| `-gt` | 全局超时(秒,0 表示不限制) | `0` |
| `-np` | 跳过存活检测 | `false` |
| `-ntp` | 禁用 TCP 补充探测 | `false` |
| `-ao` | 仅存活检测 | `false` |