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 — Python script to exploit CVE-2021-41773, a path traversal vulnerability in Apache 2.4.49, allowing file disclosure and remote code execution. | Kitploit
Tools/GitHubGitHub/puckiestyle/cve-2021-41773
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubpuckiestyle/cve-2021-41773

CVE-2021-41773

Python script to exploit CVE-2021-41773, a path traversal vulnerability in Apache 2.4.49, allowing file disclosure and remote code execution.

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

Path Traversal for Apache 2.4.49

https://ubuntu.com/security/CVE-2021-41773

Affected base (time: 22:49 06/10/2021)

image

Usage

root@kitploit:~
# IP
python3 CVE-2021-41773.py -i 10.10.10.10 -s

# List of ips 
python3 CVE-2021-41773.py -l /home/ac1d/Documents/code/python/CVE-2021-41773/ips.txt -s


Screenshot

image

Check for Apache Version

user@server2:~$ apachectl -v

Server version: Apache/2.4.29 (Ubuntu)

Server built: 2022-03-16T16:53:42

Download Tool