Skip to content

Mustafa1p/DDOS-Telegram-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DDOS

DDOS-Telegram-BOT

Overview

This Python script implements an enhanced DDoS (Distributed Denial of Service) attack bot using the Ping of Death method. The bot utilizes the telebot library for Telegram integration and executes DDoS attacks via the command-line ping utility.

Features

  • Accepts target IP addresses or URLs from users via Telegram messaging.
  • Initiates DDoS attacks using the Ping of Death method to overwhelm the target with ICMP echo requests.
  • Implements error handling and reporting for better monitoring and feedback.
  • Provides a user-friendly interface via Telegram bot commands.

CORE ARMAMENT

SYN Flood (Layer 4 Tsunami) TCP connection exhaustion through forged SYN packets

UDP Amplification (Bandwidth Annihilator) DNS reflector abuse for 100x traffic multiplication

HTTP Slowloris (Connection Strangler) Partial HTTP requests to exhaust server threads

ICMP Ping Storm (Packet Hurricane) Traditional ICMP flood with jumbo payloads

DNS Water Torture (NXDomain Overload) Randomized subdomain queries to crash resolvers

WebSocket Armageddon (Layer 7 Apocalypse) Persistent WS connections with 1MB/s payload bombardment

Prerequisites

  • Python 3.x installed on your system.
  • Telegram API token for bot authentication.
  • A Telegram account to interact with the bot.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Mustafa1p/DDOS-Telegram-BOT.git
  2. Obtain your Telegram API token and replace YOUR_TOKEN_HERE in the script with your actual token.

  3. Set your admin chat ID in the ADMIN_CHAT_ID variable to receive error notifications.

Usage

  1. Start the bot by running the script:

    python ddos.py
  2. Open Telegram and start a chat with the bot. Use the /start command to initiate the bot and follow the instructions to specify the target IP address or URL.

  3. The bot will initiate the DDoS attack using the Ping of Death method upon receiving the target information.

Contributing

Contributions are welcome! Please feel free to fork the repository, make changes, and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to customize the README further to include additional information or formatting as needed. Developer By MUSTAFA IP

About

ddos attack using telegram bot via API Token and User ID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages