--- 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(-) ```