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-24919---Exploit-Script — Command-line exploit script for CVE-2024-24919 path traversal vulnerability in Check Point Security Gateway, enabling unauthorized file access testing on vulnerable targets. | Kitploit
Tools/GitHubGitHub/funixone/cve-2024-24919---exploit-script
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubfunixone/cve-2024-24919---exploit-script

CVE-2024-24919---Exploit-Script

Command-line exploit script for CVE-2024-24919 path traversal vulnerability in Check Point Security Gateway, enabling unauthorized file access testing on vulnerable targets.

View Repository
111 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-24919---Exploit-Script

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

  • Exploit vulnerable targets
  • Retrieve sensitive files from the target
  • Use requests with customized headers

Requirements Make sure your system has the following dependencies before running the script:

  • Python 3.x
  • requests and colorama modules

Install 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.

References https://nvd.nist.gov/vuln/detail/cve-2024-24919

Download Tool