Slowloris Attack

Slowloris sends partial requests to the target server, opening connections, then sending HTTP headers, augmenting but never completing the request. Slow HTTP POST sends headers to signal how much data is to be sent, but sends the data very slowly, using thousands of HTTP POST connections to DDoS the web server.

Share this article