Slowloris is a Denial of Service attack tool that starts a lot of HTTP requests
to take down its target. A weak server can be taken down with a single pc if you have
enough CPU power and enough threads running. But thats not guaranteed.
Has been tested and approved as working for small web servers with > 10 users.
The connection to the server never closes. Headers will be send periodically every ~15 seconds.
You have to download the script here: https://github.com/gkbrk/slowloris
After that you can run it with python.