AdaptixC2 is an advanced post-exploitation and adversarial emulation framework designed specifically for penetration testers. It offers a robust set of features that enhance the flexibility and effectiveness of security testing operations.
The framework includes a server component written in Golang and a cross-platform GUI client developed using C++ QT, ensuring compatibility across Linux, Windows, and MacOS.
Key Features Of AdaptixC2
- Server/Client Architecture for Multiplayer Support: This feature allows multiple users to collaborate in real-time, enhancing team-based penetration testing scenarios.
- Cross-platform GUI Client: The client’s compatibility with multiple operating systems makes it versatile for different environments.
- Fully Encrypted Communications: Ensures that all data exchanged between the server and clients are secure, protecting sensitive information during testing.
- Listener and Agents as Plugin (Extender): Extenders allow for easy integration of new functionalities, such as HTTP/S Beacon Listener and SMB Beacon Listener, enhancing the framework’s extensibility.
- Client Extensibility: Users can add new tools to the client, further expanding its capabilities.
- Task and Jobs Storage: Provides a structured way to manage and track tasks and jobs during testing.
- Files and Process Browsers: Offers detailed insights into file systems and running processes on target systems.
- Socks4 / Socks5 / Socks5 Auth Support: Enables flexible proxying options for network traffic manipulation.
- Local and Reverse Port Forwarding Support: Facilitates advanced network traffic routing scenarios.
- BOF Support: Allows for Buffer Overflow exploitation testing.
- Linking Agents and Sessions Graph: Visualizes connections between agents and sessions for better oversight.
- Agents Health Checker: Monitors the status of agents to ensure they remain operational.
AdaptixC2’s extensibility is further supported by its official Extension-Kit available on GitHub.
This kit provides a structured approach to developing and integrating custom extenders, such as the HTTP/S Beacon Listener and SMB Beacon Listener.
The framework encourages community involvement through its open-source nature and by inviting contributions to its development branch.
Overall, AdaptixC2 offers a powerful toolset for penetration testers, combining flexibility, security, and extensibility to enhance the effectiveness of security assessments.