Files
blog/content/posts/commits/2026-05-19-commit-0228c7a.md
Betty 2fa2a7a3df
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 21s
post: commit 0228c7a in bojemoi
2026-05-19 22:44:53 +02:00

1.1 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(db): créer nuclei_scan_log et redirector_hits dans msf 2026-05-19T22:44:52+02:00 false
commit
bojemoi
main
Git Activity
Commit 0228c7a par Betty dans bojemoi 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 noreply@anthropic.com

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