CF
Back to Projects

C2Toolkits Framework

Offensive SecurityLive

C2Toolkits started as a way to stop repeating the same manual recon steps at the start of every engagement. It's grown into a modular framework that chains reconnaissance, exploitation helpers, and report generation into one pipeline.

The core idea is a plugin architecture: each recon or exploitation technique lives as an isolated module, so adding a new capability never means touching the core pipeline. A FastAPI backend orchestrates module execution, while a Nuxt dashboard gives a live view of what is running and what has been found.

Everything ships in Docker so an engagement environment can be stood up with one command and torn down just as fast — no leftover state between clients.

Highlights

  • Modular plugin architecture — new recon/exploit modules drop in without touching the core
  • Auto-generates client-ready pentest reports from raw findings
  • Fully containerized for reproducible, one-command engagement environments
Waking the temple guardians...0%