From 07d1ef5c5f87e5a8bf9a22cfa0634bbca299f63a Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 26 Feb 2026 23:44:03 +0100 Subject: [PATCH] post: fix plain code blocks rendered as GoAT SVG diagrams Add 'text' language specifier to all plain ``` blocks to prevent Hugo from interpreting them as ASCII art diagrams. Co-Authored-By: Claude Sonnet 4.6 --- content/posts/osint-lookup-ip-scanning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/osint-lookup-ip-scanning.md b/content/posts/osint-lookup-ip-scanning.md index 3574383..25dabfc 100644 --- a/content/posts/osint-lookup-ip-scanning.md +++ b/content/posts/osint-lookup-ip-scanning.md @@ -59,7 +59,7 @@ Réponse : **"oui, implémenter dans bm12"** → 20 minutes plus tard, c'était - Retourne `is_malicious` si score ≥ 70 **Intégration dans `thearm_bm12`** : -``` +```text # Avant (v2 sans OSINT) : 1. Sélection host → 2. NSE scripts → 3. Classification → 4. UPDATE DB @@ -89,7 +89,7 @@ Dans `hosts.scan_details` (JSON existant), une nouvelle clé `osint` : ``` Pour les IPs malveillantes, `hosts.info` est aussi mis à jour : -``` +```text THREAT:CRITICAL score=85 abuse=12 malware=3 ``` @@ -99,7 +99,7 @@ THREAT:CRITICAL score=85 abuse=12 malware=3 Logs quelques minutes après le déploiement : -``` +```text [OSINT] Lookup 109.108.53.242... [OSINT] 109.108.53.242 → score=0 (clean) OK [DONE] 109.108.53.242 — type=web, services=7