init
This commit is contained in:
parent
ded6a4f7ab
commit
32e4e8f8db
1 changed files with 24 additions and 0 deletions
24
README.md
24
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue