mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
15fbaebebb879c30ed682abf8def331fe89c2268
Adaptix-Framework
Server build
# Pre Build
sudo apt install golang
# Build
cd AdaptixServer
CGO_ENABLED=0 go build -o adaptixserver
Client build
# Pre Build
sudo apt install cmake libssl-dev qt6-base-dev qt6-websockets-dev
# Build
cd Client
cmake .
make
Adaptix client-server interaction diagram
Languages
C++
51.7%
C
35.1%
Go
11.7%
NetLinx
0.7%
CMake
0.3%
Other
0.2%
