Projects
This page maps the public projects behind the articles and shows how they connect in a lab-oriented security research context.
C2TeamServer
TeamServer and Python client for the Exploration C2 lab framework. This is the central repository for releases, packaging, workflow design, and the GUI.
C2Core
Shared C++ contracts, message structures, listener abstractions, and module helpers used across the C2 stack.
C2Implant
Windows C++ research component for studying runtime modules, transport abstractions, and client/server contracts in controlled labs.
C2LinuxImplant
Linux C++ research component and Linux module packaging for the same lab framework.
DreamWalkers
Windows internals and PE loading research around reflective loading, stack unwinding metadata registration, and CLR runtime behavior.
OpenShiftGrapher
OpenShift and Kubernetes enumeration mapped into Neo4j to make security relationships and risky paths easier to inspect.
Related Libraries
- libDnsCommunication: DNS communication support.
- libSocketHandler: TCP communication helpers.
- libPipeHandler: SMB and named pipe communication helpers.
- libSocks5: SOCKS5 support used for pivoting workflows.
- PeDropper, PeInjectorSyscall, and EarlyCascade: Windows loader and process-internals experiments for controlled lab research.