Commit 627460f
| Repository | bojemoi |
| Branch | main |
| Author | Betty |
| Hash | 627460f39547d21f20f1e9eaadc3a5e2aacc1d97 |
Description
Scans were timing out after exactly 10 min because thearm_nuclei sent timeout=600 to nuclei-api, which passed it directly to subprocess.run(). Doubled to 1200s to match SCAN_TIMEOUT (polling deadline) and give nuclei enough time to complete on hosts with multiple open ports.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com