Skip to content
Snippets Groups Projects
Commit 47f179a0 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add README.md

parent eb5e9acc
No related branches found
No related tags found
No related merge requests found
# Installation
1. Clone the ddos tool
```sh
git clone https://git.420joos.dev/ost/dat505-ethical_hacking/ddos-attack-tool.git
```
2. Navigate into the cloned folder
```sh
cd ddos-attack-tool
```
3. Create a virtual environment (not necessary, but highly recommended)
```sh
virtualenv venv
```
4. Install requirements
```sh
pip install -r requirements.txt
```
5. Use the tool, for example
```sh
ddos --help
```
# Usage
The usage of the tool can be inspected by executing
```sh
ddos -h
```
Each attack has its own parameters.
They can be checked by running
```sh
ddos {attack} -h
```
For example, to check the parameters for a Smurf attack, execute
```sh
ddos smurf -h
```
or
```sh
ddos s -h
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment