Projects

Projects

TibaneC2 Framework

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
C/C++ Python Red Teaming C2 Framework Malware Dev Security Research
View Project
CTF Binary Exploitation

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
CTF Solutions Pwntools ROP Chains Heap Exploitation Python GDB
View Challenges

Trending Tags