
This project aims to create an automation to better study CVE-2024-24919.
Clone this repository on your machine using the following command:
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:
python3 api.py
This will create a file containing several IPs. To test if an IP is vulnerable to the CVE, use the command:
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.
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.