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 — Scans web applications for CVE-2024-24919 vulnerabilities via CLI, supporting a single target or wordlist-based bulk URL scanning. | Kitploit
Tools/GitHubGitHub/0xans/cve-2024-24919
Vulnerability ScannersWeb Vulnerability ScannersExploitationInformation GatheringPenetration Testing
GitHub0xans/cve-2024-24919

CVE-2024-24919

Scans web applications for CVE-2024-24919 vulnerabilities via CLI, supporting a single target or wordlist-based bulk URL scanning.

View Repository
152 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

Name: CVE-2024-24919 Scanner

Author: 0x.ans

Contact: Instagram: 0x.ans

root@kitploit:~
    ______   ______
   / ___/ | / / __/
  / /__ | |/ / _/-2024-24919 
  \___/ |___/___/
                0xans

Usage:

root@kitploit:~
python3 scanner.py [-x TARGET] [-w WORDLIST]

Tool Description:

The CVE-2024-24919 Scanner is a Python tool designed to find potential CVE-2024-24919 vulnerabilities in web applications.

Options:

  • -h, --help: Show help message and exit.
  • -x TARGET, --target TARGET: Specify the target domain.
  • -w WORDLIST, --wordlist WORDLIST: Wordlist file containing URLs.

Example Usage:

To scan a specific target:

root@kitploit:~
python3 scanner.py -x example.com

To scan multiple targets from a wordlist:

root@kitploit:~
python3 scanner.py -w urls.txt

Issues?

  • DM me on Instagram
  • If you have any questions about the tool, you can reach out to me on Instagram: 0x.ans
Download Tool