
Scans web applications for CVE-2024-24919 vulnerabilities via CLI, supporting a single target or wordlist-based bulk URL scanning.
______ ______
/ ___/ | / / __/
/ /__ | |/ / _/-2024-24919
\___/ |___/___/
0xans
python3 scanner.py [-x TARGET] [-w WORDLIST]
The CVE-2024-24919 Scanner is a Python tool designed to find potential CVE-2024-24919 vulnerabilities in web applications.
-h, --help: Show help message and exit.-x TARGET, --target TARGET: Specify the target domain.-w WORDLIST, --wordlist WORDLIST: Wordlist file containing URLs.To scan a specific target:
python3 scanner.py -x example.com
To scan multiple targets from a wordlist:
python3 scanner.py -w urls.txt