Update README.md
This commit is contained in:
43
README.md
43
README.md
@@ -1,2 +1,41 @@
|
|||||||
# CVE-2025-25063 MadeYouReset HTTP/2 DDoS
|
# HTTP/2 DDoS Heuristic Tester
|
||||||
CVE-2025-25063 MadeYouReset HTTP/2 DDoS
|
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user