Files
blog/content/posts/commits/2026-05-01-commit-3beac66.md
Betty 9267afcaf6
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 3beac66 in bojemoi
2026-05-01 13:20:34 +02:00

43 lines
1.1 KiB
Markdown

---
title: "[bojemoi] fix(borodino/uzi): handler conflict + SFTP ETXTBSY + jobs.list AttributeError"
date: 2026-05-01T13:20:33+02:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 3beac66 par Betty dans bojemoi"
author: "Betty"
---
## Commit `3beac66`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `3beac66f0034a2ce4a0b76eac300792d74ed7b7a` |
### Description
- Fix port 4444 conflict: check existing jobs before starting multi/handler
(teamserver already runs handler via start_msf_server.sh — uzi must not start a second)
jobs.list values are str not dict — handle both types in isinstance check
- Fix C2 SFTP ETXTBSY: rm -f remote_bin via SSH before sftp.put()
(prevents "text file busy" when overwriting a running payload binary)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M borodino/thearm_uzi
```
### Diff Summary
```
borodino/thearm_uzi | 43 ++++++++++++++++++++++++++++---------------
1 file changed, 28 insertions(+), 15 deletions(-)
```