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
Tools/GitHubGitHub/fernandobortotti/cve-2024-24919
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringLearning & Education
GitHubfernandobortotti/cve-2024-24919

CVE-2024-24919

View Repository
12 years 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-24919

This project aims to create an automation to better study CVE-2024-24919.

  • api.py: Collects possible vulnerable IPs.
  • CVE-2024-24919.py: Performs brute force given the IP file and the directories file.
  • worldListLFI.txt: List of Linux directories.

Usage

Clone this repository on your machine using the following command:

root@kitploit:~
git clone https://github.com/fernandobortotti/CVE-2024-24919.git

To use api.py, you need to have a Hunter account and use your API key. For more information, see: https://hunter.how/search-api

After configuring the API key, in the api.py script, assign it to the api_key variable.

Run the following command in the terminal to execute the script:

root@kitploit:~
python3 api.py

This will create a file containing several IPs. To test if an IP is vulnerable to the CVE, use the command:

root@kitploit:~
python3 cve-2024-24919-2.py -p worldListLFI.txt -u ips.txt

The worldListLFI.txt file is a wordlist created for this purpose. It is your responsibility to modify it according to your needs.

Note

This project aims to help understand how the CVE works and its impacts. It should not be used for illegal purposes. ⚠️ Warning: This project is intended exclusively for educational and research purposes. Misuse of this software for illegal activities is strictly prohibited and may result in severe legal consequences. Please use it ethically and responsibly.

Download Tool