From e2090f6f7f0d06d241617e12f47e6f4dd6286c49 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 1 Mar 2026 11:28:00 +0100 Subject: [PATCH] post: commit 0d8daa6 in bojemoi --- .../commits/2026-03-01-commit-0d8daa6.md | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 content/posts/commits/2026-03-01-commit-0d8daa6.md diff --git a/content/posts/commits/2026-03-01-commit-0d8daa6.md b/content/posts/commits/2026-03-01-commit-0d8daa6.md new file mode 100644 index 0000000..af72a0a --- /dev/null +++ b/content/posts/commits/2026-03-01-commit-0d8daa6.md @@ -0,0 +1,52 @@ +--- +title: "[bojemoi] borodino: uzi debug mode + lhost DNS + traefik meterpreter + mcp startover" +date: 2026-03-01T11:28:00+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 0d8daa6 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `0d8daa6` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `0d8daa6342c3df30e8337cd0669bf2cde4113fd5` | + + +### Description + +- Dockerfile: remove hardcoded VPN config files from image +- start_uzi.sh: log LHOST/LPORT at startup +- stack/borodino: switch uzi to DEBUG_MODE=1, LHOST=lhost.bojemoi.lab, + MODE_RUN=1, remove port 4444 host mode, add Traefik TCP passthrough + for meterpreter; bm12 DEBUG_MODE=1 replicas=1; pentest network name fix +- scripts/startover.sh: add mcp stack deployment +- dnsmask: add lhost.bojemoi.lab → 192.168.1.121 for meterpreter listener + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/Dockerfile.borodino +M borodino/start_uzi.sh +M scripts/startover.sh +M stack/40-service-borodino.yml +M volumes/dnsmask/dnsmask.d/01-base.conf +``` + +### Diff Summary + +``` + borodino/Dockerfile.borodino | 2 -- + borodino/start_uzi.sh | 2 ++ + scripts/startover.sh | 1 + + stack/40-service-borodino.yml | 20 +++++++++++--------- + volumes/dnsmask/dnsmask.d/01-base.conf | 3 +++ + 5 files changed, 17 insertions(+), 11 deletions(-) +```