From c72127d691cb8dc75f743e534a3fddcce6b20352 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 28 Jun 2026 22:52:32 +0200 Subject: [PATCH] post: commit 627460f in bojemoi --- .../commits/2026-06-28-commit-627460f.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-06-28-commit-627460f.md diff --git a/content/posts/commits/2026-06-28-commit-627460f.md b/content/posts/commits/2026-06-28-commit-627460f.md new file mode 100644 index 0000000..4b1bb97 --- /dev/null +++ b/content/posts/commits/2026-06-28-commit-627460f.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(nuclei): increase scan timeout 600→1200s" +date: 2026-06-28T22:52:32+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 627460f par Betty dans bojemoi" +author: "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 + +### Files Changed + +``` +M borodino/thearm_nuclei +``` + +### Diff Summary + +``` + borodino/thearm_nuclei | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +```