From 3857c3258c51fb77274af717eaf8abc7a2553903 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 30 Mar 2026 16:51:07 +0200 Subject: [PATCH] post: push 1 commit(s) to bojemoi/main --- .../2026-03-30-push-bojemoi-main-9eb4c92.md | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 content/posts/pushes/2026-03-30-push-bojemoi-main-9eb4c92.md diff --git a/content/posts/pushes/2026-03-30-push-bojemoi-main-9eb4c92.md b/content/posts/pushes/2026-03-30-push-bojemoi-main-9eb4c92.md new file mode 100644 index 0000000..2078cb5 --- /dev/null +++ b/content/posts/pushes/2026-03-30-push-bojemoi-main-9eb4c92.md @@ -0,0 +1,53 @@ +--- +title: "[bojemoi] Push 1 commit(s) to main" +date: 2026-03-30T16:51:02+02:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 1 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 1 | +| **Pushed by** | Betty | + +### Commits + +- **9eb4c92** feat(c2): multi-redirector infrastructure + split borodino images (Betty) + + +### Diff Summary + +``` + borodino/Dockerfile.borodino | 62 +--- + borodino/Dockerfile.borodino-msf | 58 ++++ + borodino/start_msf_server.sh | 51 +++ + borodino/start_uzi.sh | 68 ++-- + borodino/thearm_uzi | 84 ++++- + cloud-init/redirector-template.yaml | 317 ++++++++++++++++++ + discovery/Dockerfile | 35 -- + discovery/breachforum_discovery_api.py | 259 --------------- + discovery/breachforum_onion_discovery.py | 529 ------------------------------- + discovery/entrypoint.sh | 33 -- + redirector/Dockerfile | 33 ++ + redirector/c2-proxy.conf | 39 +++ + redirector/nginx.conf | 43 +++ + scripts/Dockerfile.discovery | 34 -- + scripts/breachforum_discovery_api.py | 259 --------------- + scripts/breachforum_onion_discovery.py | 421 ------------------------ + scripts/c2-manage.sh | 415 ++++++++++++++++++++++++ + scripts/c2-vpn-init-pki.sh | 255 +++++++++++++++ + scripts/docker-compose.discovery.yml | 99 ------ + scripts/provision-redirector.sh | 91 ++++++ + stack/40-service-borodino.yml | 76 ++++- + stack/66-service-discovery.yml | 73 ----- + volumes/c2-vpn/.gitignore | 6 + + volumes/c2-vpn/README.md | 46 +++ + 24 files changed, 1559 insertions(+), 1827 deletions(-) +```