Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 850 Bytes

File metadata and controls

16 lines (16 loc) · 850 Bytes

ddos-killer

This app aims to be able to mitigate both ICMP and SIP DoS attacks.

Setting up the app

First, you'll need to install the required libraries:

pip install -r requirements.txt

Then, create your own .env file:

cp .env.example .env

And fill in your new environment to fit your infrastructure. Finally, you'll be able to execute the program:

py main.py