diff --git a/content/posts/commits/2026-07-04-commit-cd6cc76.md b/content/posts/commits/2026-07-04-commit-cd6cc76.md new file mode 100644 index 0000000..580f4ea --- /dev/null +++ b/content/posts/commits/2026-07-04-commit-cd6cc76.md @@ -0,0 +1,45 @@ +--- +title: "[borodino] fix(sliver): C2 callback pipeline + implant generation workaround" +date: 2026-07-04T00:48:02+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit cd6cc76 par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `cd6cc76` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `cd6cc76dc8a14bfd6151f530aa31a21cca20ccb1` | + + +### Description + +- sliver-entrypoint: resolve LHOST from C2_REDIRECTORS (37.16.12.4), start MTLS + listener :8888, workaround sliver v1.7.3 runc/cgroup vendoring bug via + fallback copy from build dir + async wait + delete stale bin/ before generate +- stack: C2_REDIRECTORS env, port 8888 mode ingress, sliver-implants volume in worker +- redirector: nginx stream TCP proxy :8888→sliver-server via VPN (SLIVER_VPN_IP), + inotify-tools + stream module, fly.toml port 8888 + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M Dockerfile.sliver-c2 +M sliver-entrypoint.sh +``` + +### Diff Summary + +``` + Dockerfile.sliver-c2 | 2 +- + sliver-entrypoint.sh | 31 +++++++++++++++++++++++++++++++ + 2 files changed, 32 insertions(+), 1 deletion(-) +```