Home

Awesome

DoS over TOR

Build Status

Proof of concept denial of service over TOR stress test tool. Is multi-threaded and supports multiple attack vectors.

screenshot

Usage

$ ./main.py <mode> <target URL> [--options]

There are three modes:

Options:

Example

Running a slow loris attack:

$ ./main.py slowloris http://target_url --num-soldiers=25 --cache-buster --num-sockets=200

Running a full auto attack:

$ ./main.py fullauto http://target_url --num-soldiers=50 --http-method=POST --cache-buster

TODO