--- title: "[bojemoi] uzi: fix KeyError RHOSTS + debug mode sequential iteration" date: 2026-03-01T11:03:58+01:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit ad69e0f par Betty dans bojemoi" author: "Betty" --- ## Commit `ad69e0f` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `ad69e0f087d5ced8bec7e86a7414cff25e2de112` | ### Description - use runoptions.get() instead of [] to avoid KeyError on exploits without RHOSTS/RPORT (e.g. exploit/multi/fileformat/zip_slip) - debug mode: load all host_debug records upfront, iterate sequentially by id, stop after last record instead of looping infinitely Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_uzi ``` ### Diff Summary ``` borodino/thearm_uzi | 75 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 60 insertions(+), 15 deletions(-) ```