TibaneC2 is a fully custom-built Command & Control (C2) framework designed for offensive security research, red teaming, and adversary simulation. It includes a native C/C++ core server, a PHP-based web panel, a CLI console, cross-platform implants, multi-language stagers, and scripting tools for automation and emulation.
⚠️ For educational and authorized testing purposes only.
The goal is to keep the C2 framework modular by splitting it into clear components, where each component will follow a defined interface so I can swap or add features easily, That way i can extend it without touching the core logic.
[ CLI Console (C) ] --------├──> [ Tibane C2 Core Server (C++) ] <──> [ Implant (C++) ] I welcome suggestions, feature requests, and bug reports. Ways to contribute:
-
Open an issue: please include a short description, expected behavior, and steps to reproduce (if applicable).
-
Feature requests: use the feature-request issue template and include your motivation and possible design ideas.
This project is licensed under the MIT License - see the LICENSE file for details.
