post: commit b6f571c in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 9s

This commit is contained in:
2026-06-07 23:31:47 +02:00
committed by Betty
parent 0112e60456
commit 0541303ae6

View File

@@ -0,0 +1,46 @@
---
title: "[bojemoi] feat(borodino): wordlists par pays dans UZI + colonne country dans bm12"
date: 2026-06-07T23:31:47+02:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit b6f571c par Betty dans bojemoi"
author: "Betty"
---
## Commit `b6f571c`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `b6f571ca0b58498bce426a11b79683af0012d349` |
### Description
- DB : ALTER TABLE hosts ADD COLUMN country VARCHAR(2) + index
- Backfill : 132k hosts depuis scan_details->osint->country_code (80% RU)
- bm12 : update_host_classification() sauvegarde country = osint_data.get('country_code')
- uzi : _COUNTRY_PASS mapping (RU/DE/CN/FR/PL/ES/NL/IT/UA/TR) + _build_country_pass_file()
combine wordlist pays + 10k-most-common, cache /tmp/pass_combined_<CC>.txt
- uzi : pick_next_host() lit h.country, retourne tuple à 6 éléments
- uzi : run_bruteforce_phase(country_code=) injecte pass_file via effective_cfg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M borodino/thearm_bm12
M borodino/thearm_uzi
```
### Diff Summary
```
borodino/thearm_bm12 | 8 ++++--
borodino/thearm_uzi | 73 +++++++++++++++++++++++++++++++++++++++++++++-------
2 files changed, 70 insertions(+), 11 deletions(-)
```