From c1c8db8d422186067860a82b98714df1266e3f1e Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 18 Feb 2026 22:30:28 +0100 Subject: [PATCH] post: commit 8f38bf5 in bojemoi --- .../commits/2026-02-18-commit-8f38bf5.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-02-18-commit-8f38bf5.md diff --git a/content/posts/commits/2026-02-18-commit-8f38bf5.md b/content/posts/commits/2026-02-18-commit-8f38bf5.md new file mode 100644 index 0000000..5bf9767 --- /dev/null +++ b/content/posts/commits/2026-02-18-commit-8f38bf5.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] borodino: fix uzi exploit engine bugs" +date: 2026-02-18T22:30:28+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 8f38bf5 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `8f38bf5` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `8f38bf54d39adf04b07890662dd528d0b861ee3a` | + + +### Description + +- Skip local exploits when no active sessions exist instead of hardcoding SESSION=1 +- Skip exploits with unresolvable missing required fields (PASSWORD, USERNAME, etc.) +- Move console.is_busy() wait inside payload loop to avoid console overload +- Fix else branch (MODE_RUN=0) to iterate payloads with proper loop + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 82 ++++++++++++++++++++++++++++++++++++++++++++++------- + 1 file changed, 71 insertions(+), 11 deletions(-) +```