Skip to content

Python script to automate the process of finding vulnerable sites for CVE-2024-24919.

Notifications You must be signed in to change notification settings

protonnegativo/CVE-2024-24919

Repository files navigation

Vulnerability Scanner for CVE-2024-24919 (need Shodan API)

Script 1 will use the Shodan API to find potentially vulnerable sites. Script 2 will perform a PoC to confirm which sites are vulnerable.

Usage

  1. Open a terminal and navigate to the directory where the script is located.

  2. Run the script:

    pip install -r requirements.txt
  3. Run the script:

    python .\1-CVE-2024-24919-Shodan-Search.py -api XXX
  4. Run the script:

    python .\2-CVE-2024-24919-PoC.py

About

Python script to automate the process of finding vulnerable sites for CVE-2024-24919.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages