Skip to content

Discord command-and-control script which can run multiple tasks on a target machine via use of webhooks and a discord bot

License

Notifications You must be signed in to change notification settings

Asko7779/discord-c-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

discord command and control

License Python

Discord command-and-control script which can run multiple tasks on a target machine via use of webhooks and a Discord bot.


Table of Contents


Features

  • 📡 Remote command execution via Discord
  • 🤖 Easy setup with Discord bot and webhooks
  • 📝 Multi-task support on target machine
  • 🛡️ Lightweight and fully written in Python
  • ⚡ Real-time communication between client and Discord

Requirements

  • Python 3.7 or higher
  • Required Python packages (see requirements.txt)
  • Discord account & server (with permission to add bots)

Installation

  1. Clone the repository

    git clone https://github.com/Asko7779/discord-c-c.git
    cd discord-c-c
  2. Install dependencies

    pip install -r requirements.txt

Configuration

  1. Create a Discord Bot

  2. Set up Webhooks

    • In your Discord server, create a new webhook in your desired channel
    • Copy the webhook URL
  3. Configure the script

    • Edit the configuration section in the main script or create a .env file with your bot token and webhook URL:
      DISCORD_BOT_TOKEN=your_bot_token_here
      WEBHOOK_URL=your_webhook_url_here
      

Usage

  1. Start the script
    python3 main.py
  2. Control the target machine
    • Use Discord commands (via bot or webhook) to send tasks or instructions
    • View responses directly in your Discord channel

Security Disclaimer

This project is intended for educational, research, and authorized use only

Unauthorized use of this tool on machines you do not own or without explicit permission is strictly prohibited and may violate laws or Discord's terms of service.


Contributing

Contributions and suggestions are welcome!
Feel free to open issues or pull requests



Star the repo if you found this useful⭐

About

Discord command-and-control script which can run multiple tasks on a target machine via use of webhooks and a discord bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages