TubeHostingAttackNotifier

TubeHostingAttackNotifier is a Python project for reporting DDoS attacks on your Tube-Hosing.com server to a Discord webhook.

Installation

Using Docker

  • ! to run this script using Docker, you already need a Docker installation !

  • keep this in mind, when you execute the following commands

git clone https://github.com/Lennart01/TubeHostingAttackNotifier

cd TubeHostingAttackNotifier

docker build -t thacknoti . 

docker run -d --name TubeHostingAttackNotifier -e [email protected] -e passwd=your@Password123 -e url=https://discord.com/yourWebhookUrl thacknoti

Now you should have the script running in a Docker container ?

Without Docker

pip3 install datetime requests

git clone https://github.com/Lennart01/TubeHostingAttackNotifier

cd TubeHostingAttackNotifier

screen -S TubeHostingAttackNotifier python3 main.py

Enter your login credentials and Discord webhook when prompted.
press [ctrl + a] [ctrl + d] to detach from the screen.

GitHub

View Github