Tools & Utility

Slowloris

Low-bandwidth DDoS tool that keeps many connections to the target web server open as long as possible.

#ddos#dos#web#attack

Slowloris: Low-Bandwidth DDoS Tool

Slowloris is a denial-of-service tool that keeps many connections to the target web server open and holds them as long as possible by sending partial HTTP requests.

How It Works

1. Opens multiple connections to the target 2. Sends partial HTTP headers 3. Sends additional header lines at regular intervals to keep connections alive 4. The server eventually reaches its maximum concurrent connections and denies legitimate requests

Usage

bash
# Basic attack
slowloris example.com

Custom port

slowloris example.com -p 8080

Number of sockets

slowloris example.com -s 500

Verbose

slowloris example.com -v
⚠️ Only use in authorized testing environments. Unauthorized DDoS attacks are illegal.