Update README.md

This commit is contained in:
Francisco Santibañez
2025-08-18 13:23:29 -06:00
parent 096aaee6cf
commit d16008a7d1

View File

@@ -1,2 +1,41 @@
# CVE-2025-25063 MadeYouReset HTTP/2 DDoS
CVE-2025-25063 MadeYouReset HTTP/2 DDoS
# 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-25063 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:
```bash
git clone https://github.com/moften/CVE-2025-25063-MadeYouReset-HTTP-2-DDoS.git
cd CVE-2025-25063-MadeYouReset-HTTP-2-DDoS
python3 -m venv venv
source venv/bin/activate
```
---
## Dependencias
```bash
pip install -r requirements.txt
```
---
## Uso
```bash
python3 CVE-2025-25063.py
```
## CLI
```bash
python3 CVE-2025-25063.py https://objetivo.com --mode myr --streams 100 --json
```