From 2fa2a7a3df3ca47a99b497c1b69b25d64301e625 Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 19 May 2026 22:44:52 +0200 Subject: [PATCH] post: commit 0228c7a in bojemoi --- .../commits/2026-05-19-commit-0228c7a.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-05-19-commit-0228c7a.md diff --git a/content/posts/commits/2026-05-19-commit-0228c7a.md b/content/posts/commits/2026-05-19-commit-0228c7a.md new file mode 100644 index 0000000..95b754f --- /dev/null +++ b/content/posts/commits/2026-05-19-commit-0228c7a.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] fix(db): créer nuclei_scan_log et redirector_hits dans msf" +date: 2026-05-19T22:44:52+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 0228c7a par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `0228c7a` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `0228c7a8bca8508a652f49d11994271536cd99bc` | + + +### Description + +Tables custom pour le pipeline nuclei-worker : +- nuclei_scan_log : résultats Nuclei (status, sévérités, dojo_imported) + avec UNIQUE(host_id) requis par ON CONFLICT dans thearm_nuclei +- redirector_hits : IPs ayant sondé les redirecteurs C2, utilisé + par is_honeypot_suspect() pour éviter de scanner des chercheurs sécu + +Tables déjà créées en live sur l'instance courante. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A volumes/postgres/init/03-msf-custom-tables.sql +``` + +### Diff Summary + +``` + volumes/postgres/init/03-msf-custom-tables.sql | 50 ++++++++++++++++++++++++++ + 1 file changed, 50 insertions(+) +```