title, date, draft, tags, categories, summary, author
| title |
date |
draft |
tags |
categories |
summary |
author |
| [bojemoi] feat(borodino): wordlists par pays dans UZI + colonne country dans bm12 |
2026-06-07T23:31:47+02:00 |
false |
|
|
Commit b6f571c par Betty dans bojemoi |
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 noreply@anthropic.com
Files Changed
Diff Summary