diff --git a/content/posts/commits/2026-05-01-commit-3beac66.md b/content/posts/commits/2026-05-01-commit-3beac66.md new file mode 100644 index 0000000..a72c170 --- /dev/null +++ b/content/posts/commits/2026-05-01-commit-3beac66.md @@ -0,0 +1,42 @@ +--- +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 + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 43 ++++++++++++++++++++++++++++--------------- + 1 file changed, 28 insertions(+), 15 deletions(-) +```