Files
blog/content/posts/commits/2026-06-28-commit-627460f.md
Betty c72127d691
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit 627460f in bojemoi
2026-06-28 22:52:33 +02:00

933 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(nuclei): increase scan timeout 600→1200s 2026-06-28T22:52:32+02:00 false
commit
bojemoi
main
Git Activity
Commit 627460f par Betty dans bojemoi Betty

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

Files Changed

M	borodino/thearm_nuclei

Diff Summary

 borodino/thearm_nuclei | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)