Installation
- Clone the ddos tool
git clone https://git.420joos.dev/ost/dat505-ethical_hacking/ddos-attack-tool.git
- Navigate into the cloned folder
cd ddos-attack-tool
- Create a virtual environment (not necessary, but highly recommended)
virtualenv venv
- Install requirements
pip install -r requirements.txt
- 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