Francisco Santibañez cb6408ad12 Update
CVE-2025-8671
2025-08-18 16:41:52 -06:00
2025-08-18 11:12:46 -06:00
2025-08-18 13:17:41 -06:00
2025-08-18 16:41:52 -06:00
2025-08-18 16:41:52 -06:00
2025-08-18 13:17:41 -06:00

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
No description provided
Readme 46 KiB
Languages
Python 100%