Extension-Kit
January 29, 2026 · View on GitHub
Extension Kit for AdaptixC2
Installation
# Ubuntu/Kali
apt install g++-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix mingw-w64-tools
# Arch
pacman -Syu mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-libs
Building modules via make
git clone https://github.com/Adaptix-Framework/Extension-Kit
cd Extension-Kit
make
Load all modules in AdaptixC2 client: Main menu -> AxScript -> Script manager.

Context menu -> Load new and select the extension-kit.axs file.
Modules
AD-BOF
A BOFs that contains common enumeration and attack methods for Windows Active Directory.





Creds-BOF
BOF tools that can be used to harvest passwords More details

Elevation-BOF
BOFs for context elevation. More details

Execution-BOF
BOFs for inline execution. More details

Injection-BOF
Beacon Object Files for injects desired shellcode into target process. More details

LateralMovement-BOF
BOFs for lateral movement with the specified method. More details

Process-BOF
BOFs that provide situational awareness of processes, modules, and services. More details

Postex-BOF
This extension allows you to customize the Beacon Object File (BOF) for future use. More details

SAL-BOF
Situation Awareness Local BOFs. More details

SAR-BOF
Situation Awareness Remote BOFs. More details

CONTRIBUTING
Please pushing сhanges to dev branch. Otherwise, changes will be made manually in the dev branch.