21

Goldeneye

HTTP DoS (Denial of Service) attack tool designed to stress test web servers.

GoldenEye is a powerful HTTP DoS (Denial of Service) attack tool designed to stress test web servers. It allows you to simulate multiple concurrent connections to a target URL, using various HTTP methods and user agents. This tool is intended for educational purposes and to test the robustness of your own web servers.

Features

  • Simulate multiple concurrent connections
  • Support for custom HTTP methods (GET, POST, RANDOM)
  • Option to disable SSL certificate verification
  • Customizable user agents
  • Debug mode for verbose output

Options

FlagDescriptionDefault
-u, --useragentsFile with user-agents to userandomly generated
-w, --workersNumber of concurrent workers50
-s, --socketsNumber of concurrent sockets30
-m, --methodHTTP Method to use ('get', 'post', 'random')get
-d, --debugEnable Debug Mode (more verbose output)False
-n, --nosslcheckDo not verify SSL CertificateTrue
-h, --helpShows this help