44 lines
1.2 KiB
Markdown
44 lines
1.2 KiB
Markdown
---
|
|
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 <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(-)
|
|
```
|