Files
blog/content/posts/commits/2026-03-01-commit-1b836c1.md
Betty 91262ab1a8
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 7s
post: commit 1b836c1 in bojemoi
2026-03-01 15:02:17 +01:00

41 lines
847 B
Markdown

---
title: "[bojemoi] uzi: wrap LHOST/LPORT in try/except — handles all edge cases"
date: 2026-03-01T15:02:16+01:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 1b836c1 par Betty dans bojemoi"
author: "Betty"
---
## Commit `1b836c1`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `1b836c11efad8d8b6f55ed4beac048aa01489e60` |
### Description
shell_bind_tcp_random_port contains 'bind' but exposes no LPORT.
Rather than enumerate exceptions, catch KeyError silently for any
payload option that doesn't exist.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M borodino/thearm_uzi
```
### Diff Summary
```
borodino/thearm_uzi | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
```