This app aims to be able to mitigate both ICMP and SIP DoS attacks.
First, you'll need to install the required libraries:
pip install -r requirements.txtThen, create your own .env file:
cp .env.example .envAnd fill in your new environment to fit your infrastructure. Finally, you'll be able to execute the program:
py main.py