From 32e4e8f8db0bfbe2430a20416f034f80c249eb79 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 11 Feb 2026 15:38:44 +0100 Subject: [PATCH] init --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 4b8cd57..5367da8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Ensemble d'applications vulnérables pour faire du pentest (formation). +## Prérequis + +- Docker +- Le port `1480` disponible sur l'hôte + ## Installation Alimenter `/etc/hosts` avec ces valeurs : @@ -26,3 +31,22 @@ docker network create vulnapps_traefik ```bash docker compose up -d ``` + +## Applications + +### Mutillidae + +- Source : https://github.com/webpwnized/mutillidae-docker +- Application principale : http://ad.mutillidae.vulnapps.local:1480/ +- AD : http://ad.mutillidae.vulnapps.local:1480/ +- Phpmyadmin : http://pma.mutillidae.vulnapps.local:1480/ + +### Vampi + +- Source : https://github.com/erev0s/VAmPI +- Application principale : http://vampi.vulnapps.local:1480/ + +### Juice Shop + +- Application principale : http://juiceshop.vulnapps.local:1480/ +- Source : https://github.com/juice-shop/juice-shop