GoldenEye - HTTP DoS Test Tool

GoldenEye is a Python 3 application designed for security testing purposes only. It is an HTTP Denial of Service (DoS) test tool.

slowloris.py - Simple Slowloris in Python

Slowloris is an HTTP Denial of Service (DoS) attack that affects threaded servers. It works by opening many HTTP connections to the target server and sending partial requests periodically to keep the connections open. This prevents the server from handling legitimate connections, effectively causing a DoS.

DDos-Attack: Understanding and Using the Tool

A Distributed Denial of Service (DDoS) attack is an attempt to make an online service unavailable by overwhelming it with traffic from multiple sources. These attacks target a wide variety of important resources, from banks to news websites, and present a major challenge to ensuring that people can publish and access important information.