Giter Site home page Giter Site logo

bigb0x / cve-2024-24919-sniper Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 242 KB

CVE-2024-24919 Sniper - A powerful tool for scanning Check Point Security Gateway CVE-2024-24919 vulnerability. Supports single & bulk scanning, multithreading, and generates detailed CSV reports. Ideal for penetration testers and security researchers.

Python 100.00%

cve-2024-24919-sniper's Introduction

CVE-2024-24919-Sniper

CVE-2024-24919 Sniper Screenshot

Overview

CVE-2024-24919 Sniper is a Python script designed to scan for Check Point Security Gateway Information Disclosure vulnerabilities. This script can perform both single-target and bulk scanning, utilizing multithreading to improve scanning speed. It supports various command-line options to specify targets and control the scanning behavior.

Features

  • Scans and exploit CVE-2024-24919 vulnerability
  • Supports single-target and bulk scanning
  • Multithreaded scanning for improved performance
  • Generates a CSV report with scan results
  • ANSI color-coded output for better readability

Installation

Prerequisites

  • Python 3.6+
  • pip (Python package installer)

Install Dependencies

  1. Clone the repository:

    git clone https://github.com/yourusername/CVE-2024-24919-Sniper.git
    cd CVE-2024-24919-Sniper
  2. Install the required Python packages:

    pip install -r requirements.txt

Usage

Command-Line Options

The script supports various command-line options to specify the target, mode, and other parameters.

  • -u, --url: Target URL or IP address
  • -r, --remote-path: Remote file path to read (default: /etc/passwd)
  • -f, --file: File containing a list of target URLs or IPs (one per line)
  • -t, --threads: Number of threads to use for scanning (default: 3)

Examples

Exploiting a Single Target

To scan a single target:

python3 cve-2024-24919-sniper.py -u TARGET-IP -r remote-file-to-read -t number-of-threads

CVE-2024-24919 Sniper Screenshot

Bulk Scan

To scan multiple targets from a file:

python3 cve-2024-24919-sniper.py -f targets.txt

Custom Number of Threads

To specify the number of threads:

python3 cve-2024-24919-sniper.py -f targets.txt -t 5

Output Report

The script will generate a CSV report named sniper-out.csv containing the scan results with the following columns:

  • Host
  • Vulnerable
  • Status
  • Last Scan Date

Handling Interruptions

You can stop the script at any time by pressing Ctrl+C. The script will handle the interruption gracefully and exit.

Contact

For any questions or feedback, you can reach out to the author:

Disclaimer

This tool is intended only for educational and authorized testing purposes. Use it at your own risk. Do not scan or attack targets that you do not have explicit permission to test.

cve-2024-24919-sniper's People

Contributors

bigb0x avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.