From 68a4870b1964fe0f85e351943ef23874264b9c32 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 22 Jun 2026 23:21:35 +0200 Subject: [PATCH] post: commit 6ff9194 in bojemoi --- .../commits/2026-06-22-commit-6ff9194.md | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 content/posts/commits/2026-06-22-commit-6ff9194.md diff --git a/content/posts/commits/2026-06-22-commit-6ff9194.md b/content/posts/commits/2026-06-22-commit-6ff9194.md new file mode 100644 index 0000000..00ec733 --- /dev/null +++ b/content/posts/commits/2026-06-22-commit-6ff9194.md @@ -0,0 +1,51 @@ +--- +title: "[bojemoi] feat(sliver): réécriture worker avec sliver-py gRPC + ajout sliver-client au C2" +date: 2026-06-22T23:21:35+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 6ff9194 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `6ff9194` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `6ff9194272a2af6d1921bf2726f86b337bb0fbe1` | + + +### Description + +- Dockerfile.sliver-c2: ajout sliver-client v1.7.3 pour génération d'implants via --rc +- sliver-entrypoint.sh: ajout --permissions all (requis v1.7.3) +- Dockerfile.borodino-sliver: image dédiée Alpine+Python+sliver-py (sans client CLI) +- thearm_sliver: réécriture complète avec sliver-py SliverClient (gRPC) + - connect via SliverClientConfig.parse_config_file() + - recon: ifconfig(), ps(), netstat() + - feed-forward des nouveaux hosts vers pentest:nuclei_queue + - DefectDojo + Telegram + +Test E2E validé: session df3e3084 docker@meta-76, 3 IPs feed-forward, DefectDojo OK + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/Dockerfile.borodino-sliver +M borodino/Dockerfile.sliver-c2 +M borodino/thearm_sliver/thearm_sliver +``` + +### Diff Summary + +``` + borodino/Dockerfile.borodino-sliver | 14 +- + borodino/Dockerfile.sliver-c2 | 6 +- + borodino/thearm_sliver/thearm_sliver | 628 +++++++++++++---------------------- + 3 files changed, 242 insertions(+), 406 deletions(-) +```