From 89ce5ff35eb25b2d608ace15dcfd5f99b6e9f72d Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 1 Mar 2026 11:03:58 +0100 Subject: [PATCH] post: commit ad69e0f in bojemoi --- .../commits/2026-03-01-commit-ad69e0f.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-03-01-commit-ad69e0f.md diff --git a/content/posts/commits/2026-03-01-commit-ad69e0f.md b/content/posts/commits/2026-03-01-commit-ad69e0f.md new file mode 100644 index 0000000..3e6c996 --- /dev/null +++ b/content/posts/commits/2026-03-01-commit-ad69e0f.md @@ -0,0 +1,41 @@ +--- +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(-) +```