# Welcome

AdaptixC2 is ​​an extensible post-exploitation and adversarial emulation framework made for penetration testers. The Adaptix Server is written in Golang and to allow operator flexibility. The GUI Client is written in C++ QT, allowing it to be used on Linux, Windows, and MacOS operating systems.

<figure><img src="/files/JCvuagzcciwRgIgHLp2j" alt=""><figcaption></figcaption></figure>

## Features <a href="#features" id="features"></a>

* Server/Client Architecture for Multiplayer Support
* Cross-platform GUI client
* Fully encrypted communications
* Listener and Agents as Plugin (Extender)
* Task and Jobs storage
* Files and Process browsers
* Credentials, Targets and Screenshots Managers
* Socks4 / Socks5 / Socks5 Auth support
* Local and Reverse port forwarding support
* BOF support
* Linking Agents and Sessions Graph
* Agents Health Checker
* Agents KillDate and WorkingTime control
* Windows/Linux/MacOs agents support
* Remote Terminal / Shell
* AxScript Engine

## Current Extenders <a href="#agents" id="agents"></a>

* HTTP/S Beacon Listener
* SMB Beacon Listener
* TCP Beacon Listener
* DNS/DoH Beacon Listener
* Beacon Agent
* TCP/mTLS Gopher Listener
* Gopher Agent&#x20;

## Extension-Kit <a href="#agents" id="agents"></a>

Official [Extension-Kit](https://github.com/Adaptix-Framework/Extension-Kit) on GitHub

<figure><img src="/files/vzaOPw4QlwddL2QtepLF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xkP9lwkxFcmEfQml6jiF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/rD2UBLseqeppVuelciET" alt=""><figcaption></figcaption></figure>

## Contact

* X: <https://x.com/hacker_ralf>
* GitHub: <https://github.com/Adaptix-Framework>
* Discord: <https://discord.gg/pGYRTwDsTb>
* Telegram: <https://t.me/AdaptixFramework>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://adaptix-framework.gitbook.io/adaptix-framework/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
