HTTP/2 DDoS Heuristic Tester
Pruebas automáticas para detectar heurísticamente la presencia de vulnerabilidades en HTTP/2 asociadas a ataques DDoS:
Desarrollado por m10sec.
- CVE-2023-44487 – Rapid Reset
- CVE-2025-8671 – MadeYouReset
- Comparativa combinada
Incluye menú interactivo, ejecución vía CLI, soporte para archivos TXT con múltiples targets y exportación en JSON/CSV.
Instalación
Clona el repositorio y crea un entorno virtual:
git clone https://github.com/moften/CVE-2025-8671-MadeYouReset-HTTP-2-DDoS
cd CVE-2025-8671-MadeYouReset-HTTP-2-DDoS
python3 -m venv venv
source venv/bin/activate
Dependencias
pip install -r requirements.txt
Uso
python3 CVE-2025-25063.py
CLI
python3 CVE-2025-25063.py https://objetivo.com --mode myr --streams 100 --json
Description
Languages
Python
100%