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-2024-38475 — exploit CVE-2024-38475(mod_rewrite weakness with filesystem path matching) | Kitploit
Tools/GitHubGitHub/soltanali0/cve-2024-38475
Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubsoltanali0/cve-2024-38475

CVE-2024-38475

exploit CVE-2024-38475(mod_rewrite weakness with filesystem path matching)

View Repository
4221 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

CVE-2024-38475

exploit CVE-2024-38475(mod_rewrite weakness with filesystem path matching)

This repository contains a Python script for testing web server vulnerabilities, specifically targeting Apache servers. The script checks for potential issues (mod_rewrite weakness with filesystem path matching) to exposed source code using wordlists for directories and files and applies various payloads.

Usage: To run the script, use the following command:

root@kitploit:~
python3 script.py --webroots webroots.txt --url 127.0.0.1 --schema http --directory_wordlist raft-medium-directories.txt --file_wordlist raft-medium-files.txt

Inspired by:

  1. https://github.com/mrmtwoj/apache-vulnerability-testing
  2. https://github.com/p0in7s/CVE-2024-38475
Download Tool