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.

Websploit: An advanced MiTM Framework

Websploit is a powerful and versatile framework designed for conducting Man-in-the-Middle (MITM) attacks. This high-level framework offers a range of modules and features that facilitate various penetration testing activities. Websploit is especially useful for security researchers, and ethical hackers.

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.