All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 21s
45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
---
|
|
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 <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(+)
|
|
```
|