Skip to content

A lightweight Command and Control (C2) framework built for offensive security research and red teaming (Post Exploitation).

License

Notifications You must be signed in to change notification settings

t1b4n3/TibaneC2

Repository files navigation

TibaneC2 - Command & Control Framework

Image

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.

Getting Started


Architecture Overview

[ CLI Console (C) ]  --------├──> [ Tibane C2 Core Server (C++) ] <──> [ Implant (C++) ] 

Feature Requests & Issues

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.


License

This project is licensed under the MIT License - see the LICENSE file for details.