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-42013-apache — On October 4, 2021, Apache HTTP Server Project released Security advisory on a Path traversal and File disclosure vulnerability in Apache HTTP Server 2.4.49 and 2.4.50 tracked as CVE-2021-41773 and CVE-2021-42013. In the advisory, Apache also highlighted “the issue is known to be exploited in the wild” and later it was identified that the vulnerabi | Kitploit
Tools/GitHubGitHub/dream434/cve-2021-42013-apache
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubdream434/cve-2021-42013-apache

cve-2021-42013-apache

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 →

About

On October 4, 2021, Apache HTTP Server Project released Security advisory on a Path traversal and File disclosure vulnerability in Apache HTTP Server 2.4.49 and 2.4.50 tracked as CVE-2021-41773 and CVE-2021-42013. In the advisory, Apache also highlighted “the issue is known to be exploited in the wild” and later it was identified that the vulnerabi

Website
1 year agoNot yet reviewed
Share

Installation and Execution of the script 💻

Prerequisites

Before starting, ensure you have the following tools installed on your machine:

  • Python 3.x
  • Git
  • pip (to manage Python dependencies)

Installation Steps

  1. Clone the repository
    Use git to clone the repository:

    root@kitploit:~
    git clone https://github.com/dream434/cve-2021-42013-apache
    
    
    
  2. Navigate to the project directory

    root@kitploit:~
    cd cve-2021-42013-apache
    
  3. Install the dependencies 📥

    root@kitploit:~
    pip install -r requirements.txt
    
  4. Run the application

    root@kitploit:~
    python3 exploit.py http://exemple.com id 
    

⚠️ Warning: The use of this tool for malicious purposes is strictly prohibited. Please use it responsibly and only in a testing and educational context.**

Download Tool