
Scanner basato su Python per rilevare le vulnerabilità CVE-2024-24919 nelle applicazioni web, che supporta scansioni a singolo target e multi-target basate su wordlist.
______ ______
/ ___/ | / / __/
/ /__ | |/ / _/-2024-24919
\___/ |___/___/
0xans
python3 scanner.py [-x TARGET] [-w WORDLIST]
Lo scanner CVE-2024-24919 è uno strumento Python progettato per trovare potenziali vulnerabilità CVE-2024-24919 nelle applicazioni web.
-h, --help: Mostra il messaggio di aiuto ed esci.-x TARGET, --target TARGET: Specifica il dominio di destinazione.-w WORDLIST, --wordlist WORDLIST: File wordlist contenente URL.Per scansionare un target specifico:
python3 scanner.py -x example.com
Per scansionare più target da una wordlist:
python3 scanner.py -w urls.txt