Skip to content
Snippets Groups Projects
Andri Joos's avatar
5f69514d

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

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