From 5a2b9a4be5316141ed4fd617a3c70860c72f78f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Tue, 8 Apr 2025 16:25:36 +0200 Subject: [PATCH] bb --- wazuh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wazuh.md b/wazuh.md index ba46ba0..f156970 100644 --- a/wazuh.md +++ b/wazuh.md @@ -43,7 +43,7 @@ Attention : cette procédure est un POC largement améliorable. Cela reste avant #### Installation du serveur wazuh -Suivre le tuto https://documentation.wazuh.com/4.11/deployment-options/docker/wazuh-container.html#single-node-deployment pour la génération des certificats. +Suivre le tutoriel https://documentation.wazuh.com/4.11/deployment-options/docker/wazuh-container.html#single-node-deployment pour la génération des certificats. Ajouter localement les fichiers suivants : - custom-webhook.py @@ -236,7 +236,7 @@ Se connecter au conteneur pour installer flask (pour notre listener) : ``` docker exec single-node-wazuh.manager-1 /var/ossec/framework/python/bin/pip3 install flask ``` -puis le serveur : +puis démarrer le serveur webhook : ``` docker exec single-node-wazuh.manager-1 /var/ossec/framework/python/bin/python3 /var/ossec/integrations/custom-webhook.py ```