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
LayarKacaSiber-CVE-2021-41773 — Docker-based lab environment for practicing CVE-2021-41773 (Apache HTTP Server 2.4.49 path traversal and RCE) with step-by-step setup instructions for security training. | Kitploit
Tools/GitHubGitHub/dileepdkumar/layarkacasiber-cve-2021-41773
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubdileepdkumar/layarkacasiber-cve-2021-41773

LayarKacaSiber-CVE-2021-41773

Docker-based lab environment for practicing CVE-2021-41773 (Apache HTTP Server 2.4.49 path traversal and RCE) with step-by-step setup instructions for security training.

View Repository
19 months 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. Run 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 via 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. Run the following commands docker build -t cve-2021-41773-rce . and docker run --rm -dit -p 9999:80 cve-2021-41773-rce
  • Access via browser by visiting http://localhost:9999
  • Download Tool