post: commit baf6b82 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
This commit is contained in:
65
content/posts/commits/2026-06-22-commit-baf6b82.md
Normal file
65
content/posts/commits/2026-06-22-commit-baf6b82.md
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
title: "[bojemoi] feat: add arch-reviewer and sliver C2 worker"
|
||||
date: 2026-06-22T22:53:47+02:00
|
||||
draft: false
|
||||
tags: ["commit", "bojemoi", "main"]
|
||||
categories: ["Git Activity"]
|
||||
summary: "Commit baf6b82 par Betty dans bojemoi"
|
||||
author: "Betty"
|
||||
---
|
||||
|
||||
## Commit `baf6b82`
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Repository** | bojemoi |
|
||||
| **Branch** | `main` |
|
||||
| **Author** | Betty |
|
||||
| **Hash** | `baf6b82ece1df18dfd0adadc7476ef21cef7248c` |
|
||||
|
||||
|
||||
### Description
|
||||
|
||||
arch-reviewer:
|
||||
- Monthly Claude Opus 4.6 architecture review (APScheduler)
|
||||
- Smart file filtering: priority snippets (4k) + short snippets (400) + inventory
|
||||
- Gitea versioning + Telegram notification
|
||||
- Stack: 72-service-arch-reviewer.yml (manager placement, proxy network)
|
||||
|
||||
sliver C2:
|
||||
- Dockerfile.sliver-c2: Alpine + sliver-server v1.7.3
|
||||
- Dockerfile.borodino-sliver: Alpine + Python + sliver-client (dedicated image)
|
||||
- thearm_sliver: BRPOP worker on pentest:sliver_queue, post-exploit recon,
|
||||
feed-forward to nuclei_queue, DefectDojo + Telegram
|
||||
- Services merged into 40-service-borodino.yml (sliver-c2 + sliver-worker)
|
||||
|
||||
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||||
|
||||
### Files Changed
|
||||
|
||||
```
|
||||
A arch-reviewer/Dockerfile
|
||||
A arch-reviewer/arch_reviewer.py
|
||||
A arch-reviewer/requirements.txt
|
||||
A borodino/Dockerfile.borodino-sliver
|
||||
A borodino/Dockerfile.sliver-c2
|
||||
A borodino/sliver-entrypoint.sh
|
||||
A borodino/thearm_sliver/thearm_sliver
|
||||
M stack/40-service-borodino.yml
|
||||
A stack/72-service-arch-reviewer.yml
|
||||
```
|
||||
|
||||
### Diff Summary
|
||||
|
||||
```
|
||||
arch-reviewer/Dockerfile | 16 +
|
||||
arch-reviewer/arch_reviewer.py | 377 ++++++++++++++++++++
|
||||
arch-reviewer/requirements.txt | 2 +
|
||||
borodino/Dockerfile.borodino-sliver | 27 ++
|
||||
borodino/Dockerfile.sliver-c2 | 28 ++
|
||||
borodino/sliver-entrypoint.sh | 30 ++
|
||||
borodino/thearm_sliver/thearm_sliver | 671 +++++++++++++++++++++++++++++++++++
|
||||
stack/40-service-borodino.yml | 102 ++++++
|
||||
stack/72-service-arch-reviewer.yml | 53 +++
|
||||
9 files changed, 1306 insertions(+)
|
||||
```
|
||||
Reference in New Issue
Block a user