
Command-line exploit script for CVE-2024-24919 path traversal vulnerability in Check Point Security Gateway, enabling unauthorized file access testing on vulnerable targets.
Description CVE-2024-24919 is a vulnerability in Check Point Security Gateway devices that allows unauthorized access to sensitive files through path traversal exploitation. This vulnerability enables an attacker to read the contents of certain files on the target system without authentication.
DORK FOFA: title="Check Point SSL Network Extender"
This script is a command-line (CMD) based exploit implementation to test whether a target is vulnerable to CVE-2024-24919. Features
Requirements Make sure your system has the following dependencies before running the script:
requests and colorama modulesInstall dependencies with the command:
pip install requests colorama
Usage Save a list of target URLs in a text file (e.g., target.txt).
Run the script with the following command: python exploit.py target.txt
Exploitation results will be displayed in the terminal. Example Output
[+] http://example.com SUCCESSFULLY exploited! [-] http://secure-site.com NOT vulnerable. [ERROR] Failed to access http://unreachable.com: Connection timeout
⚠️ Warning This script is created for educational purposes and legitimate security testing only. Misuse of this exploit is illegal and may result in criminal penalties. The user is solely responsible for any consequences resulting from the use of this script.