From 19768d62c4a5bb220931268e713edab2182007ec Mon Sep 17 00:00:00 2001 From: vasdsk2023 <147946209+vasdsk2023@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:40:07 -0500 Subject: [PATCH] Update AttackNotify.py --- AttackNotify.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AttackNotify.py b/AttackNotify.py index 9ecc8c1..79d5cfa 100644 --- a/AttackNotify.py +++ b/AttackNotify.py @@ -5,14 +5,14 @@ import discord # Set the IP address and port number to listen on -HOST = '0.0.0.0' -PORT = 8080 +HOST = '198.251.84.41' +PORT = 30018 # Set the threshold for detecting a DDoS attack THRESHOLD = 1000 # Set the Discord webhook URL for sending notifications -DISCORD_WEBHOOK_URL = 'https://discord.com/api/webhooks/your-webhook-url-here' +DISCORD_WEBHOOK_URL = 'https://discord.com/api/webhooks/1179127794794496141/j9miBb7A6l0Dgtj5eS3HMaWQu7m_rnrbE9x3nTRk-FetbY_iyzBrKXxhzHKWudSTJ4ZN' # Create a UDP socket and bind it to the specified address and port sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)