
Slowloris is basically an HTTP Denial of Service attack that affects threaded servers. It works like this:
We start making lots of HTTP requests.
We send headers periodically (every ~15 seconds) to keep the connections open.
We...