bb
This commit is contained in:
parent
9b5298e704
commit
5a2b9a4be5
4
wazuh.md
4
wazuh.md
@ -43,7 +43,7 @@ Attention : cette procédure est un POC largement améliorable. Cela reste avant
|
|||||||
|
|
||||||
#### Installation du serveur wazuh
|
#### 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 :
|
Ajouter localement les fichiers suivants :
|
||||||
- custom-webhook.py
|
- 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
|
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
|
docker exec single-node-wazuh.manager-1 /var/ossec/framework/python/bin/python3 /var/ossec/integrations/custom-webhook.py
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user