Files
blog/content/posts/commits/2026-06-07-commit-b6f571c.md
Betty 0541303ae6
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 9s
post: commit b6f571c in bojemoi
2026-06-07 23:31:48 +02:00

1.3 KiB

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
bojemoi
main
Git Activity
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

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(-)