Files
blog/content/posts/commits/2026-06-22-commit-6ff9194.md
Betty 68a4870b19
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 6ff9194 in bojemoi
2026-06-22 23:21:36 +02:00

1.5 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(sliver): réécriture worker avec sliver-py gRPC + ajout sliver-client au C2 2026-06-22T23:21:35+02:00 false
commit
bojemoi
main
Git Activity
Commit 6ff9194 par Betty dans bojemoi 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(-)