javabudd / slowloris

Low bandwidth DoS tool. Slowloris rewriten in PHP 7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slowloris

The classic slowloris DDOS attack rewritten in PHP 7

https://en.wikipedia.org/wiki/Slowloris_(computer_security)

Docker

docker run javabudd/slowloris:latest localhost 80

Docker-Compose

docker-compose run slowloris localhost 80

Manual execution/testing

Dependencies

composer install

Execution

php slowloris.php localhost 80

Testing

composer test

License

The code is licensed under the MIT License.

About

Low bandwidth DoS tool. Slowloris rewriten in PHP 7.

License:MIT License


Languages

Language:PHP 94.1%Language:Dockerfile 5.0%Language:Shell 0.9%