DiscordRAT : Discord Remote Administration Tool Fully Written In Python

DiscordRAT is a Discord Remote Administration Tool fully written in Python3. This is a RAT controlled over Discord with over 20 post exploitation modules.

Setup Guide

You will first need to register a bot with the Discord developper portal and then add the bot to the server that you want. Once the bot is created copy the token of your bot and paste it at line 18 if you use the WithCV or line 17 if you choose the WithoutCV .

Now on go on discord , go to the settings , go to appearance , scroll to the bottom , and activate “Developer Mode”,now go to the server where your bot added right click on the channel where you want the bot to post , click copy ID and finally , paste the channel ID (not server ID) in the parenthesis in line 97 if you use the NoCV or line 67 if you use the WithCV.

Install requirements (“pip3 install -r requirements.txt”)
Then if steps above were successful after launching the python file, or executable , it will post a message on the server with a generated uuid , all that is left to do is posting “!interact ” with the given uuid.
Now your bot should be available to use !

Requirements

  • Python3
  • Windows

Compiling to exe (optional)

  • If you want to compile the bot to exe you can use PyInstaller.
    • Inside the directory of the bot execute “PyInstaller –onefile –noconsole DiscordRAT.py” or “python3 -m PyInstaller –onefile –noconsole DiscordRAT(NoCV).py (or DiscordRAT.py)
  • If an error occured during compiling try to import the discord module “PyInstaller –onefile –noconsole –hidden-import=discord DiscordRAT.py

Advice

If you have problems with the installation of win32api or other modules , try installing it in a python virtual environment. There are two python files one has opencv and webcam related modules the other does not, this has been done because open-cv adds multiple dozens of megabytes to the compiled .exe file.

Also Read – Exegol : A Kali Light Base With Few Useful Additional Tools

Disclaimer

This tool is for educational use only, the author will not be held responsible for any misuse of this tool. This is my first project on github as such this project is far from perfect , I will listen to any criticism as long as it is constructive.

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

20 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

20 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago