Files
blog/content/posts/commits/2026-03-01-commit-ad69e0f.md
Betty 89ce5ff35e
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit ad69e0f in bojemoi
2026-03-01 11:03:59 +01:00

984 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] uzi: fix KeyError RHOSTS + debug mode sequential iteration 2026-03-01T11:03:58+01:00 false
commit
bojemoi
main
Git Activity
Commit ad69e0f par Betty dans bojemoi 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 noreply@anthropic.com

Files Changed

M	borodino/thearm_uzi

Diff Summary

 borodino/thearm_uzi | 75 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 60 insertions(+), 15 deletions(-)