Files
blog/content/posts/commits/2026-06-21-commit-15906b5.md
Betty 42360dbc52
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit 15906b5 in bojemoi
2026-06-21 13:36:04 +02:00

1.2 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(nuclei): improve target selection and reduce scan timeouts 2026-06-21T13:36:02+02:00 false
commit
bojemoi
main
Git Activity
Commit 15906b5 par Betty dans bojemoi 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 noreply@anthropic.com

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(-)