diff --git a/content/posts/commits/2026-06-07-commit-b6f571c.md b/content/posts/commits/2026-06-07-commit-b6f571c.md new file mode 100644 index 0000000..2626b3a --- /dev/null +++ b/content/posts/commits/2026-06-07-commit-b6f571c.md @@ -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_.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 + +### 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(-) +```