Tool for testing slowloris attacks against a server
Install dependencies:
npm install
Then start the application:
node index.js
You will be asked for which port you want attack and how many connections you want to start. The default port is 3000 and the number of connections is 5000.
Thanks to @tj for inspiration.