Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
GoldenEye — GoldenEye Layer 7 (KeepAlive+NoCache) Herramienta de prueba DoS | Kitploit
Herramientas/GitHubGitHub/jseidl/goldeneye
Utilidades de Propósito GeneralEvasión de IDS/IPSExplotación de Aplicaciones WebPruebas de PenetraciónAprendizaje y EducaciónArchived
GitHubjseidl/goldeneye

GoldenEye

GoldenEye Layer 7 (KeepAlive+NoCache) Herramienta de prueba DoS

Ver Repositorio
1.5k495hace 2 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

ESTE PROYECTO YA NO SE MANTIENE

GoldenEye

GoldenEye es una aplicación de Python 3 SOLO CON FINES DE PRUEBAS DE SEGURIDAD!

GoldenEye es una herramienta de prueba de DoS HTTP.

Vector de ataque explotado: HTTP Keep Alive + NoCache

Uso

root@kitploit:~
 USAGE: ./goldeneye.py <url> [OPTIONS]

 OPTIONS:
    Flag           Description                     Default
    -u, --useragents   File with user-agents to use                     (default: randomly generated)
    -w, --workers      Number of concurrent workers                     (default: 50)
    -s, --sockets      Number of concurrent sockets                     (default: 30)
    -m, --method       HTTP Method to use 'get' or 'post'  or 'random'  (default: get)
    -d, --debug        Enable Debug Mode [more verbose output]          (default: False)
    -n, --nosslcheck   Do not verify SSL Certificate                    (default: True)
    -h, --help         Shows this help

Utilidades

  • util/getuas.py - Obtiene listas de user-agent desde las subpáginas de http://www.useragentstring.com/pages/useragentstring.php (ej: ./getuas.py "http://www.useragentstring.com/pages/useragentstring.php?name=All") REQUIERE BEAUTIFULSOUP4
  • res/lists/useragents - Listas de texto (una por línea) de cadenas User-Agent (desde http://www.useragentstring.com)

Registro de cambios

  • 2016-02-06 Añadido soporte para no verificar certificados SSL
  • 2014-02-20 Añadidos user agents creados aleatoriamente (aún compatibles con RFC).
  • 2014-02-19 Eliminados referers y user agents tontos. Mejorada la aleatoriedad de referers. Añadido soporte para lista externa de user-agents.
  • 2013-03-26 Cambiado de threading a multiprocessing. Todavía tiene algunos errores por resolver, como que aún no sé cómo cerrar correctamente el manager.
  • 2012-12-09 Versión inicial

Por hacer

  • Cambiar de getopt a argparse
  • Cambiar de string.format() a printf-like

Licencia

Este software se distribuye bajo la Licencia Pública General de GNU versión 3 (GPLv3)

AVISO LEGAL

ESTE SOFTWARE SE PROPORCIONA SOLO CON FINES EDUCATIVOS. SI REALIZA CUALQUIER ACTIVIDAD ILEGAL, EL AUTOR NO ASUME NINGUNA RESPONSABILIDAD. AL USAR ESTE SOFTWARE, USTED ACEPTA ESTOS TÉRMINOS.

Descargar herramienta