post: commit ae37ee6 in borodino
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s

This commit is contained in:
Claude Code
2026-07-13 15:25:41 +02:00
committed by Betty
parent b24090989f
commit 4fca6214e0

View File

@@ -0,0 +1,44 @@
---
title: "[borodino] feat(nuclei-worker): réactiver fallback DB quand queue vide"
date: 2026-07-13T15:25:41+02:00
draft: false
tags: ["commit", "borodino", "main"]
categories: ["Git Activity"]
summary: "Commit ae37ee6 par Claude Code dans borodino"
author: "Claude Code"
---
## Commit `ae37ee6`
| | |
|---|---|
| **Repository** | borodino |
| **Branch** | `main` |
| **Author** | Claude Code |
| **Hash** | `ae37ee6d9b97deda23b48675c64e0f4f6552a531` |
### Description
Quand pentest:nuclei_queue est vide (BRPOP timeout), sélectionne
automatiquement un hôte bm12_v3 de qualité via pick_target() :
1) hôtes avec ports web + produits connus (PRODUCT_TAG_MAP)
2) hôtes avec ports web
3) fallback TABLESAMPLE sans filtre port
Pool disponible: ~202k hôtes bm12_v3 avec ports web non encore scannés.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M thearm_nuclei
```
### Diff Summary
```
thearm_nuclei | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
```