From 0b1a1c5e867a26a03c17491e49732ddb7e9c5802 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 30 Mar 2026 21:37:22 +0200 Subject: [PATCH] post: commit ea02190 in bojemoi --- .../commits/2026-03-30-commit-ea02190.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 content/posts/commits/2026-03-30-commit-ea02190.md diff --git a/content/posts/commits/2026-03-30-commit-ea02190.md b/content/posts/commits/2026-03-30-commit-ea02190.md new file mode 100644 index 0000000..4ba8bac --- /dev/null +++ b/content/posts/commits/2026-03-30-commit-ea02190.md @@ -0,0 +1,47 @@ +--- +title: "[bojemoi] feat(uzi): route exploit traffic via ProtonVPN gateway" +date: 2026-03-30T21:37:22+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit ea02190 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `ea02190` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `ea02190a0546a0295e329eb710256cc0f3030ddb` | + + +### Description + +Add VPN routing to uzi-service (same pattern as ak47/bm12): +- Dockerfile.borodino-msf: add iproute2 + route-setup.sh +- uzi-service: add scan_net network, NET_ADMIN cap, SCAN_GATEWAY_HOST +- command: route-setup.sh wrapper before start_uzi.sh + +Exploit delivery traffic now exits via ProtonVPN (149.102.244.100), +masking worker node IPs. C2 sessions (inbound to msf-teamserver) are +unaffected (RFC1918 routes preserved via overlay gateway). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/Dockerfile.borodino-msf +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + borodino/Dockerfile.borodino-msf | 3 ++- + stack/40-service-borodino.yml | 9 ++++++++- + 2 files changed, 10 insertions(+), 2 deletions(-) +```