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