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-42013 — Docker-based lab environment for exploiting CVE-2021-42013 (Apache HTTP Server path traversal and RCE) with step-by-step setup instructions for security training. | Kitploit
Tools/GitHubGitHub/layarkacasiber/cve-2021-42013
Container SecurityVulnerability AnalysisExploitationWeb SecurityLearning & EducationLabs & Practice
GitHublayarkacasiber/cve-2021-42013

CVE-2021-42013

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

View Repository
34 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-42013 - Apache HTTP Server 2.4.50

How to Run CVE-2021-42013-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-42013-path-traversal . and docker run --rm -dit -p 8888:80 cve-2021-42013-path-traversal
  5. Access using a browser by visiting http://localhost:8888

How to Run CVE-2021-42013-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-42013-rce . and docker run --rm -dit -p 9999:80 cve-2021-42013-rce
  5. Access using a browser by visiting http://localhost:9999
Download Tool