Files
blog/content/posts/commits/2026-04-09-commit-7eedf64.md
Betty 9cf9bbe3fd
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 7eedf64 in bojemoi
2026-04-09 16:54:52 +02:00

1.4 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(uzi): SecLists wordlists + USERPASS_FILE support 2026-04-09T16:54:51+02:00 false
commit
bojemoi
main
Git Activity
Commit 7eedf64 par Betty dans bojemoi Betty

Commit 7eedf64

Repository bojemoi
Branch main
Author Betty
Hash 7eedf64729b135c3d2ee9bf087b18b3cbf801fd0

Description

  • SecLists cloné dans /opt/bojemoi/SecLists (gitignore, rsync vers workers)
  • BRUTE_MODULES : USERPASS_FILE prioritaire (user:pass SecLists Default-Credentials) pour ssh/ftp/telnet/mysql/postgresql/mssql/tomcat + fallback USER_FILE/PASS_FILE
  • VNC/SNMP : PASS_FILE only (vnc-betterdefaultpasslist / snmp_default_pass)
  • SMB/IMAP/POP3/SMTP/HTTP/MongoDB : cirt-default-usernames + 10k-most-common
  • run_brute_force_service() : détecte USERPASS_FILE et set aux['USERPASS_FILE']
  • Stack YAML : bind mount /opt/bojemoi/SecLists ro dans uzi
  • Bind mount source corrigé en /opt/bojemoi/SecLists (sous rsync scope)

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	.gitignore
M	borodino/thearm_uzi
M	stack/40-service-borodino.yml

Diff Summary

 .gitignore                    |   1 +
 borodino/thearm_uzi           | 200 ++++++++++++++++++++++++------------------
 stack/40-service-borodino.yml |  78 +++++++++-------
 3 files changed, 160 insertions(+), 119 deletions(-)