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
- CLI interface:
pwntrace
Trace and control syscalls to accelerate exploit development, reverse engineering, and malware analysis. Intercept, log, and optionally modify system calls so you can safely emulate environments, stub problematic syscalls, and produce replayable traces.
Key Components
- Active control over system calls
- Timeless syscall debugging (still under development)
- Branch Exploration (still under development