The classic slowloris DDOS attack rewritten in PHP 7
https://en.wikipedia.org/wiki/Slowloris_(computer_security)
docker run javabudd/slowloris:latest localhost 80
docker-compose run slowloris localhost 80
composer install
php slowloris.php localhost 80
composer test
The code is licensed under the MIT License.