Skip to content

domin11c/tiny-cnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny C&C Server

Tiny is an open-source command-and-control (C&C) server designed for managing DDoS attacks.

Note

This project is for educational purposes only.

Editing Server Configuration

In the run.py file, you can customize the ports used by the CNC and BOT servers:

CNCServer('0.0.0.0', 5555).run()
BOTServer('0.0.0.0', 5556).run()

Installation

git clone https://github.com/domin11c/tiny-cnc.git
cd tiny-cnc

Usage

python3 run.py

Screenshot

plot

Releases

No releases published

Packages

No packages published

Languages