50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
---
|
|
title: "[bojemoi] feat(uzi): SecLists wordlists + USERPASS_FILE support"
|
|
date: 2026-04-09T16:54:51+02:00
|
|
draft: false
|
|
tags: ["commit", "bojemoi", "main"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit 7eedf64 par Betty dans bojemoi"
|
|
author: "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(-)
|
|
```
|