From 42360dbc529d4a864234103319d7f5ee82200870 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 21 Jun 2026 13:36:02 +0200 Subject: [PATCH] post: commit 15906b5 in bojemoi --- .../commits/2026-06-21-commit-15906b5.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/posts/commits/2026-06-21-commit-15906b5.md diff --git a/content/posts/commits/2026-06-21-commit-15906b5.md b/content/posts/commits/2026-06-21-commit-15906b5.md new file mode 100644 index 0000000..c187436 --- /dev/null +++ b/content/posts/commits/2026-06-21-commit-15906b5.md @@ -0,0 +1,43 @@ +--- +title: "[bojemoi] fix(nuclei): improve target selection and reduce scan timeouts" +date: 2026-06-21T13:36:02+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 15906b5 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `15906b5` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `15906b58a685eaaa21cb323de93a4747f64f3e7a` | + + +### Description + +- pick_target() now prioritizes hosts with web ports (80/443/8080...) and known products before falling back to TABLESAMPLE +- submit_scan() passes timeout=600s instead of 1200s to free worker faster +- nuclei-api: -timeout 10, -max-host-error 10, -retries 0, -rate-limit 50 to avoid hangs on dead hosts +- fix dojo_imported=False (bool) → 0 (int) in mark_result() to prevent DB type errors + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_nuclei +M samsonov/nuclei_api/main.py +``` + +### Diff Summary + +``` + borodino/thearm_nuclei | 81 ++++++++++++++++++++++++++++++++++----------- + samsonov/nuclei_api/main.py | 7 ++-- + 2 files changed, 65 insertions(+), 23 deletions(-) +```