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-HTTP-Server-2.4.50-RCE — Apache-HTTP-Server-2.4.50-RCE This tool is designed to test Apache servers for the CVE-2021-41773 / CVE-2021-42013 vulnerability. It is intended for educational purposes only and should be used responsibly on systems you have explicit permission to test. | Kitploit
Tools/GitHubGitHub/zyx2440/apache-http-server-2.4.50-rce
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubzyx2440/apache-http-server-2.4.50-rce

Apache-HTTP-Server-2.4.50-RCE

Apache-HTTP-Server-2.4.50-RCE This tool is designed to test Apache servers for the CVE-2021-41773 / CVE-2021-42013 vulnerability. It is intended for educational purposes only and should be used responsibly on systems you have explicit permission to test.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View RepositoryWebsite
21 year agoNot yet reviewed

Apache-HTTP-Server-2.4.50-RCE

This tool is designed to test Apache servers for the CVE-2021-41773 / CVE-2021-42013 vulnerability. It is intended for educational purposes only and should be used responsibly on systems you have explicit permission to test.

Installation:

Clone the repository:

root@kitploit:~
git clone https://github.com/Zyx2440/Apache-HTTP-Server-2.4.50-RCE.git

Go to the dir:

root@kitploit:~
cd Apache-HTTP-Server-2.4.50-RCE

install The Requirements:

root@kitploit:~
pip3 install requests~=2.27.1 termcolor~=1.1.0

or:

root@kitploit:~
   pip3 install -r add_requirements.txt

usage:

root@kitploit:~
python3 50512.py target.txt -ip <YourIp> -port <ThePort>
the text file should contain the url of the target

Example:

root@kitploit:~
python3 50512.py target.txt -ip 10.0.2.15 -port 4444

apache

check the version of Apache and run exploit:

apache

Remote Code Execution (RCE):

apache

What the Script Does ???

Apache Version Check: For each URL in the provided file, it checks whether the server is running Apache version 2.4.50.

Exploit Testing:

If the server is vulnerable: It attempts to exploit the server by sending payloads to either trigger directory traversal attacks or execute code remotely. If CGI is enabled: It tries to inject a reverse shell payload to gain remote access.

Warning !!!!!:

For Educational Use Only: The script is intended for educational purposes to demonstrate how vulnerabilities can be tested and exploited. Using this script against unauthorized targets is illegal and unethical.

additionally info:

Original Author: [email protected]

Modified by: Zyx2440

Purpose of modification: Added additional error handling and optimized the payload logic adn RCE and remove cve

Download Tool