From 13332a5f4b13eefe2b3bdcd2f040e99ad0bb381e Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 16 Jul 2026 21:35:04 +0200 Subject: [PATCH] post: commit b4518c6 in borodino --- .../commits/2026-07-16-commit-b4518c6.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 content/posts/commits/2026-07-16-commit-b4518c6.md diff --git a/content/posts/commits/2026-07-16-commit-b4518c6.md b/content/posts/commits/2026-07-16-commit-b4518c6.md new file mode 100644 index 0000000..eba604f --- /dev/null +++ b/content/posts/commits/2026-07-16-commit-b4518c6.md @@ -0,0 +1,50 @@ +--- +title: "[borodino] feat(pipeline): table pipeline + tracking par module pour uzi/nuclei/sliver" +date: 2026-07-16T21:35:04+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit b4518c6 par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `b4518c6` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `b4518c6da30d72150b3b6c836156df6de1ef8f48` | + + +### Description + +Ajoute une table `pipeline` (CREATE TABLE IF NOT EXISTS au boot de chaque +worker) pour tracer la progression en temps réel : +- UZI : 1 ligne par module exploit (status running→ok/pwned/failed) +- Nuclei : 1 ligne par target scannée (detail = findings count) +- Sliver : 1 ligne par tentative de déploiement (detail = session info) + +Fonctions helpers : pipeline_start/end dans chaque worker. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/40-service-borodino.yml +M thearm_nuclei +M thearm_sliver/thearm_sliver +M thearm_uzi +``` + +### Diff Summary + +``` + stack/40-service-borodino.yml | 1 + + thearm_nuclei | 69 ++++++++++++++++++++++++++++++++ + thearm_sliver/thearm_sliver | 59 +++++++++++++++++++++++++++- + thearm_uzi | 91 +++++++++++++++++++++++++++++++++++++++++++ + 4 files changed, 219 insertions(+), 1 deletion(-) +```