post: commit cd6cc76 in borodino
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s

This commit is contained in:
Claude Code
2026-07-04 00:48:02 +02:00
committed by Betty
parent 4b867b1f27
commit 3f8301be76

View File

@@ -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 <noreply@anthropic.com>
### 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(-)
```