post: commit ad69e0f in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
This commit is contained in:
41
content/posts/commits/2026-03-01-commit-ad69e0f.md
Normal file
41
content/posts/commits/2026-03-01-commit-ad69e0f.md
Normal file
@@ -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 <noreply@anthropic.com>
|
||||
|
||||
### Files Changed
|
||||
|
||||
```
|
||||
M borodino/thearm_uzi
|
||||
```
|
||||
|
||||
### Diff Summary
|
||||
|
||||
```
|
||||
borodino/thearm_uzi | 75 ++++++++++++++++++++++++++++++++++++++++++-----------
|
||||
1 file changed, 60 insertions(+), 15 deletions(-)
|
||||
```
|
||||
Reference in New Issue
Block a user