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 | Kitploit
Tools/GitHubGitHub/mr-kasim-mehar/cve-2024-24919-exploit
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubmr-kasim-mehar/cve-2024-24919-exploit

CVE-2024-24919-Exploit

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 Vulnerability Scanner

This Java tool scans a list of IP addresses for the CVE-2024-24919 vulnerability. It attempts to exploit the vulnerability and provides options to print the response body data and change the target file directory.

Table of Contents

  • Usage
  • Features
  • Installation
  • Running the Tool
  • License

Usage

The tool reads a list of IP addresses from a file named domain-IP.txt, checks each IP for the CVE-2024-24919 vulnerability, and provides interactive options for further actions based on the results.

Features

  • Vulnerability Check: Verifies if the IP address is vulnerable to CVE-2024-24919.
  • Interactive Response: Prompts the user to print the response body data and change the file directory for more in-depth vulnerability exploitation.

Installation

  1. Clone the Repository:

    root@kitploit:~
    git clone https://github.com/yourusername/CVE_2024_24919_Scanner.git
    cd CVE_2024_24919_Scanner
    
  2. Ensure Java is Installed: Make sure you have Java installed on your system. You can download it from here.

  3. Prepare the IP List: Create a file named domain-IP.txt in the root directory of the project and list the IP addresses you want to check, one per line.

Running the Tool

Compile and run the Java program with the following commands:

root@kitploit:~
javac CVE_2024_24919.java
java CVE_2024_24919
Download Tool