Projects

TibaneC2 Framework
A modular Command and Control framework designed for red team operations and security research, built with operational security and extensibility in mind.
Key Components
- Core Server: Multi-threaded C2 server with encrypted communications and session management
- Lightweight Implant: Configurable agent with sandbox evasion and multiple persistence mechanisms
- Dual Interface: Web-based GUI for visualization and CLI for rapid operations
- Payload Generator: Custom implant builder with various obfuscation techniques
- Modular Architecture: Easy to extend with new post-exploitation modules

CTF Binary Exploitation
Collection of solved CTF challenges covering fundamental to advanced binary exploitation techniques with detailed write-ups.
Techniques Covered
- Basic Exploits: Stack overflows, format strings, ret2libc
- Heap Exploitation: malloc internals, tcache poisoning, unlink attacks
- Advanced ROP: Stack pivoting, SIGROP, blind ROP
- Custom Tooling: Automated exploit templates and debugging helpers
- Challenge Categories: Reverse engineering, cryptography, sandbox escapes