From d183e931bc9506bd0361af9d3caaa1122140c06d Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 29 May 2026 21:02:17 +0200 Subject: [PATCH] post: commit 1af5d8e in bojemoi --- .../commits/2026-05-29-commit-1af5d8e.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-05-29-commit-1af5d8e.md diff --git a/content/posts/commits/2026-05-29-commit-1af5d8e.md b/content/posts/commits/2026-05-29-commit-1af5d8e.md new file mode 100644 index 0000000..6831d89 --- /dev/null +++ b/content/posts/commits/2026-05-29-commit-1af5d8e.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] feat(uzi): enregistrer les credentials crackés dans la table MSF creds" +date: 2026-05-29T21:02:17+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 1af5d8e par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `1af5d8e` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `1af5d8e65b231f00f49ff897ecaae963751ceadd` | + + +### Description + +- parse_credentials_from_output(): parse les lignes [+] MSF (formats Success/Login Successful) +- save_credential_to_db(): INSERT dans creds avec service_id, user, pass, date, source_type='UZI' +- Appels dans run_brute_force_service (après détection cred_lines) +- Appels dans run_direct_ssh_login (3 chemins: session MSF, paramiko seul, erreur MSF) + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 93 insertions(+) +```