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 — CVE-2021-41773 | Kitploit
Tools/GitHubGitHub/javaamo/cve-2021-41773
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubjavaamo/cve-2021-41773

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 HTTP Server 2.4.49 - Path Traversal & Remote Code Execution (RCE) Exploit (Fixed Version)

Description

This is an exploit for the Apache HTTP Server 2.4.49 vulnerability identified as CVE-2021-41773. The original version of the exploit published on Exploit-DB contained syntax and execution errors, so this version has been fixed to ensure proper operation in Linux environments.

Corrections made

  • Fixed incorrect syntax in the if structure.
  • Fixed the for loop to ensure its correct execution.
  • Added proper validation of arguments.
  • Improved readability and error handling.
  • Included permission and execution verification.

Usage

root@kitploit:~
chmod +x PoC.sh
./50383.sh targets.txt /etc/passwd

Usage Example

File targets.txt (target list):

root@kitploit:~
http://192.168.1.100
http://vulnerable-site.com

Run the exploit to read /etc/passwd:

root@kitploit:~
./50383.sh targets.txt /etc/passwd

Run the exploit to execute a command on the target system:

root@kitploit:~
./50383.sh targets.txt /bin/sh whoami
Download Tool