52 lines
1.5 KiB
Markdown
52 lines
1.5 KiB
Markdown
---
|
|
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(-)
|
|
```
|