post: commit 6ff9194 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
2026-06-22 23:21:35 +02:00
committed by Betty
parent bdaba7ba50
commit 68a4870b19

View File

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