
CVE-2025-64459-hunter
Escáner de red rápido para CVE-2025-64459 (vulnerabilidad de inyección SQL en 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 o rango CIDR objetivo (obligatorio)-p, --ports: Puertos separados por comas (por defecto: 80,443,8000,8080)-P, --paths: Rutas separadas por comas (por defecto: /,/admin/,/api/)-T, --threads: Tareas concurrentes (por defecto: 100)Afecta a Django 5.2 < 5.2.8, 5.1 < 5.1.14, 4.2 < 4.2.26
Solo para investigaciones de seguridad autorizadas.