Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 519 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 519 Bytes

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