Ready-ddos

DDoS Attack Bot

This repository contains a Telegram bot designed to perform DDoS attacks. The bot allows authorized users to initiate attacks against specified targets. It includes various commands for managing users, logging activities, and viewing information about attacks.

Features

Prerequisites

-github codespaces ( 4 core)

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/VENOMxCRAZYOP/VENOMxDDOS
    cd VENOMxDDOS
    
  2. Install the required libraries:

    pip install telebot
    pip install flask
    pip install aiogram
    pip install pyTelegramBotAPI
    

Configuration

  1. Create a bot on Telegram and obtain your bot token.

  2. Replace the placeholder token in the script with your actual bot token:

    bot = telebot.TeleBot('YOUR_BOT_TOKEN')
    
  3. Add your admin user IDs in the admin_id list:

    admin_id = ["YOUR_ADMIN_ID"]
    

Usage

  1. Run the bot:

    chmod +x *
    python venom.py
    
  2. Interact with the bot on Telegram using the available commands.

Bot Commands

User Commands

Admin Commands

File Structure

Logging

The bot logs details of each command executed by users, including user ID, command, target, port, and time. Logs are stored in the log.txt file.

User Management

The bot supports adding and removing authorized users, as well as setting approval expiry dates for each user. Admins can view the list of all authorized users and clear the user list if needed.

License

This project is licensed under the MIT License.

Disclaimer

This bot is intended for educational purposes only. The misuse of this bot may result in legal consequences. The author is not responsible for any misuse of this bot.


Note: Replace YOUR_BOT_TOKEN and YOUR_ADMIN_ID with your actual bot token and admin user ID before running the bot. Ensure that you comply with all legal regulations and use this bot responsibly.

Contributing

If you wish to contribute to this project, feel free to submit a pull request or open an issue on GitHub.

Contact

For any queries or support, contact venomXcrazy on Telegram.


Happy DDoS’ing responsibly! 🚀