
Docker-based lab environment for practicing CVE-2021-41773 (Apache HTTP Server 2.4.49 path traversal and RCE) with step-by-step setup instructions for security training.
docker build -t cve-2021-41773-path-traversal . and
docker run --rm -dit -p 8888:80 cve-2021-41773-path-traversalhttp://localhost:8888docker build -t cve-2021-41773-rce . and
docker run --rm -dit -p 9999:80 cve-2021-41773-rcehttp://localhost:9999