Skip to content

janhohenheim/slowloris-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io

slowloris-rs

The slow loris attack, now implemented in Rust!

Usage

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

Features

  • Fully concurrent
  • Automatic retry
  • Can attack TLS
  • Customizable timout and number of requests

Disclaimer

This tool is meant for consensual pentesting. Do not use it to attack hosts without their explicit permission.

Releases

No releases published

Packages

No packages published

Languages