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 | Kitploit
Tools/GitHubGitHub/layarkacasiber/cve-2021-41773
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHublayarkacasiber/cve-2021-41773

CVE-2021-41773

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 - Apache HTTP Server 2.4.49

How to Run the CVE-2021-41773-Path Traversal Lab

  1. Install and run Docker on your PC/Laptop
  2. Clone this github repo
  3. Go to the Path Traversal folder
  4. Enter the following commands docker build -t cve-2021-41773-path-traversal . and docker run --rm -dit -p 8888:80 cve-2021-41773-path-traversal
  5. Access using a browser by visiting http://localhost:8888

How to Run the CVE-2021-41773-RCE Lab

  1. Install and run Docker on your PC/Laptop
  2. Clone this github repo
  3. Go to the RCE folder
  4. Enter the following commands docker build -t cve-2021-41773-rce . and docker run --rm -dit -p 9999:80 cve-2021-41773-rce
  5. Access using a browser by visiting http://localhost:9999
Download Tool