
CVE-2025-64459-hunter
Schneller Netzwerkscanner für CVE-2025-64459 (Django SQL-Injection-Schwachstelle).
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: Ziel-IP oder CIDR-Bereich (erforderlich)-p, --ports: Kommagetrennte Ports (Standard: 80,443,8000,8080)-P, --paths: Kommagetrennte Pfade (Standard: /,/admin/,/api/)-T, --threads: Parallele Aufgaben (Standard: 100)Betrifft Django 5.2 < 5.2.8, 5.1 < 5.1.14, 4.2 < 4.2.26
Nur für autorisierte Sicherheitsforschung.