From 0f58005b52f482112f1b70593bc6afbdc1c7627e Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 28 Jun 2026 23:04:35 +0200 Subject: [PATCH] post: commit 99d664f in bojemoi --- .../commits/2026-06-28-commit-99d664f.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-06-28-commit-99d664f.md diff --git a/content/posts/commits/2026-06-28-commit-99d664f.md b/content/posts/commits/2026-06-28-commit-99d664f.md new file mode 100644 index 0000000..6d563db --- /dev/null +++ b/content/posts/commits/2026-06-28-commit-99d664f.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] refactor(pipeline): suppress backfill feeds in nuclei and ZAP" +date: 2026-06-28T23:04:35+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 99d664f par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `99d664f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `99d664f56d9a74758e3e20bbac8b5ad1d96b95bf` | + + +### Description + +ZAP and nuclei were self-feeding from the DB (DbFeeder thread and BRPOP +backfill), running on all bm12 hosts independently of the pentest flow. +Now both are passive — they only process targets dispatched by +pentest-orchestrator (post-pwn via dispatch_post_pwn). + +This aligns the pipeline: uzi → pwn → orchestrator → nuclei + zap + sliver. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_nuclei +M oblast-1/zap_scanner.py +``` + +### Diff Summary + +``` + borodino/thearm_nuclei | 10 +--------- + oblast-1/zap_scanner.py | 4 +--- + 2 files changed, 2 insertions(+), 12 deletions(-) +```