Files
blog/content/posts/commits/2026-06-28-commit-339517f.md
Betty a7df9defd1
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s
post: commit 339517f in bojemoi
2026-06-28 23:26:30 +02:00

940 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(nuclei-api): increase concurrency to reduce scan duration 2026-06-28T23:26:29+02:00 false
commit
bojemoi
main
Git Activity
Commit 339517f par Betty dans bojemoi 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 noreply@anthropic.com

Files Changed

M	samsonov/nuclei_api/main.py

Diff Summary

 samsonov/nuclei_api/main.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)