diff --git a/content/posts/commits/2026-06-23-commit-2687fad.md b/content/posts/commits/2026-06-23-commit-2687fad.md new file mode 100644 index 0000000..3175245 --- /dev/null +++ b/content/posts/commits/2026-06-23-commit-2687fad.md @@ -0,0 +1,59 @@ +--- +title: "[bojemoi] feat(borodino): migration redis→valkey + feeder Sliver dans uzi" +date: 2026-06-23T00:52:36+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 2687fad par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `2687fad` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `2687fad38778bd09388ee0ac9e4188980d744bda` | + + +### Description + +- Migration complète redis→valkey (package) sur nuclei, sliver-worker, uzi +- bm12 : retrait Valkey (push nuclei_queue délégué à uzi) +- uzi : ajout feed_sliver() — upload implant meterpreter + push pentest:sliver_queue +- sliver-entrypoint : génération implants linux/amd64, linux/386, windows/amd64 + au 1er boot via sliver-client --rc (volume partagé sliver-implants) +- stack : volume sliver-implants (sliver-server rw, uzi ro) + env SLIVER_ENABLED + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/Dockerfile.borodino +M borodino/Dockerfile.borodino-msf +M borodino/Dockerfile.borodino-sliver +M borodino/sliver-entrypoint.sh +M borodino/thearm_bm12 +M borodino/thearm_nuclei +M borodino/thearm_sliver/thearm_sliver +M borodino/thearm_uzi +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + borodino/Dockerfile.borodino | 2 +- + borodino/Dockerfile.borodino-msf | 2 +- + borodino/Dockerfile.borodino-sliver | 2 +- + borodino/sliver-entrypoint.sh | 60 +++++++++++++++++++++++++++++---- + borodino/thearm_bm12 | 18 +--------- + borodino/thearm_nuclei | 2 +- + borodino/thearm_sliver/thearm_sliver | 2 +- + borodino/thearm_uzi | 65 ++++++++++++++++++++++++++++++++++++ + stack/40-service-borodino.yml | 11 ++++++ + 9 files changed, 136 insertions(+), 28 deletions(-) +```