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
docker-cve-2021-41773 — A little demonstration of cve-2021-41773 on httpd docker containers | Kitploit
Tools/GitHubGitHub/matanelgordon/docker-cve-2021-41773
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubmatanelgordon/docker-cve-2021-41773

docker-cve-2021-41773

A little demonstration of cve-2021-41773 on httpd docker containers

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
3 years agoNot yet reviewed

CVE-2021-41773

A Demonstration to show the CVE-2021-41773 vulnerability on a docker container.

Usage

Server

  • run build.sh(runs docker build)
root@kitploit:~
./scripts/build.sh

NOTE: No need to do it more than once

  • run deploy.sh (creates a docker container with the image from build.sh)
root@kitploit:~
./scripts/deploy.sh

to close the container run the following command:

root@kitploit:~
 docker rm --force cve-2021-41773

Demonstrating the exploit

using bash:

root@kitploit:~
./scripts/exploit.sh

using postman:

  • import the CVE-2021-41773.postman_collection.json collection to your postman and have fun.
Download Tool