diff --git a/content/posts/commits/2026-06-28-commit-339517f.md b/content/posts/commits/2026-06-28-commit-339517f.md new file mode 100644 index 0000000..06cdf6c --- /dev/null +++ b/content/posts/commits/2026-06-28-commit-339517f.md @@ -0,0 +1,42 @@ +--- +title: "[bojemoi] fix(nuclei-api): increase concurrency to reduce scan duration" +date: 2026-06-28T23:26:29+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 339517f par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `339517f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `339517f79911cd0af1292406c22b3a1fbbe81a13` | + + +### Description + +Scans were timing out even at 1200s because nuclei ran templates +sequentially at low concurrency (default 25) with rate-limit 50. + +Increased: rate-limit 50→150, -c 25→50, added -bulk-size 50. +This should reduce scan time from 20+ min to under 10 min. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M samsonov/nuclei_api/main.py +``` + +### Diff Summary + +``` + samsonov/nuclei_api/main.py | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) +```