
Scanne les applications web pour les vulnérabilités CVE-2024-24919 via CLI, prenant en charge une cible unique ou une analyse groupée d'URL basée sur une liste de mots.
______ ______
/ ___/ | / / __/
/ /__ | |/ / _/-2024-24919
\___/ |___/___/
0xans
python3 scanner.py [-x TARGET] [-w WORDLIST]
Le scanner CVE-2024-24919 est un outil Python conçu pour trouver des potentielles vulnérabilités CVE-2024-24919 dans les applications web.
-h, --help : Affiche le message d'aide et quitte.-x TARGET, --target TARGET : Spécifier le domaine cible.-w WORDLIST, --wordlist WORDLIST : Fichier wordlist contenant des URLs.Pour scanner une cible spécifique :
python3 scanner.py -x example.com
Pour scanner plusieurs cibles à partir d'une wordlist :
python3 scanner.py -w urls.txt