Skip to content
Snippets Groups Projects

Installation

  1. Clone the ddos tool
git clone https://git.420joos.dev/ost/dat505-ethical_hacking/ddos-attack-tool.git
  1. Navigate into the cloned folder
cd ddos-attack-tool
  1. Create a virtual environment (not necessary, but highly recommended)
virtualenv venv
  1. Install requirements
pip install -r requirements.txt
  1. Use the tool, for example
ddos --help

Development install

After step 4, the modules must be installed in editable mode by running

pip install -e ./attacks
pip install -e .

Usage

The usage of the tool can be inspected by executing

ddos -h

Each attack has its own parameters. They can be checked by running

ddos {attack} -h

For example, to check the parameters for a Smurf attack, execute

ddos smurf -h

or

ddos s -h