Projects

Projects

TibaneC2 Framework

TibaneC2 Framework GitHub stars

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:
C/C++ Red Teaming C2 Framework Malware Dev Security Research
View Project
Project Image

pwntrace GitHub stars

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
C++ Exploit Development Reverse Engineering Trace System Calls
View Repository