https://github.com/r3li4nt/http-tester
Programa para comprobar la seguridad de servidores web mediante ataques DoS.
https://github.com/r3li4nt/http-tester
ddos dos hacking http pentest-tool python
Last synced: 12 months ago
JSON representation
Programa para comprobar la seguridad de servidores web mediante ataques DoS.
- Host: GitHub
- URL: https://github.com/r3li4nt/http-tester
- Owner: R3LI4NT
- Created: 2025-04-15T20:14:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T20:57:05.000Z (12 months ago)
- Last Synced: 2025-04-15T21:28:48.084Z (12 months ago)
- Topics: ddos, dos, hacking, http, pentest-tool, python
- Language: Python
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

HTTP Tester es un programa escrito en Python para realizar pruebas de Denegación de Servicio (DoS) contra servidores web.
### Características de HTTP-Tester `1.0`.
Utiliza varios modos de ataque:
- **HTTP Flood**: Envía solicitudes masivas para saturar el servidor.
- **Slowloris** intensivo: Mantiene conexiones HTTP abiertas para agotar recursos.
- **POST Attack**: Envía datos aleatorios para consumir ancho de banda y CPU.
Otras características que implementa:
- Soporte para proxys y SOCKS5: Permite distribuir el tráfico a través de proxies para evitar bloqueos.
- User-Agents aleatorios: Evita la detección basada en patrones de tráfico.
- SSL/TLS: Soporta conexiones HTTPS para pruebas en servidores seguros.
- Estadísticas en tiempo real: Muestra solicitudes por segundo, ancho de banda consumido y errores.
##### Instalación para CMD
```
• git clone https://github.com/R3LI4NT/http-tester
• cd http-tester
• python3 DoS.py -h
```
Para utilizar la interfaz gráfica deben descargar el ejecutable que se encuentra en la carpeta `exe`.
#### ~GUI



#### ~CMD


En caso de querer contribuir con el proyecto, por favor, contactarme al siguiente correo. Se darán créditos por ello.

¡Gracias!
### Importante
**`ES:`** No me hago responsable del mal uso que se le pueda dar a esta herramienta, úselo para Pentesting o fines educativos.
**`EN:`** I am not responsible for the misuse that may be given to this tool, use it for Pentesting or educational purposes.
#R3LI4NT