> For the complete documentation index, see [llms.txt](https://adaptix-framework.gitbook.io/adaptix-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adaptix-framework.gitbook.io/adaptix-framework/readme.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
