
CVE-2025-64459-hunter
Scanner réseau rapide pour CVE-2025-64459 (vulnérabilité d'injection SQL de Django).
pip install -r requirements.txt
# Scan single IP
python cve_2025_64459_hunter.py -t 192.168.1.100
# Scan CIDR range
python cve_2025_64459_hunter.py -t 192.168.1.0/24
# Custom ports
python cve_2025_64459_hunter.py -t 10.0.0.0/24 -p 80,443,8000
# Custom paths
python cve_2025_64459_hunter.py -t 192.168.1.0/24 -P /admin/,/api/
# Adjust concurrency
python cve_2025_64459_hunter.py -t 192.168.1.0/24 -T 200
-t, --target : IP cible ou plage CIDR (obligatoire)-p, --ports : Ports séparés par des virgules (défaut : 80,443,8000,8080)-P, --paths : Chemins séparés par des virgules (défaut : /,/admin/,/api/)-T, --threads : Tâches concurrentes (défaut : 100)Concerne Django 5.2 < 5.2.8, 5.1 < 5.1.14, 4.2 < 4.2.26
Pour la recherche en sécurité autorisée uniquement.