Adaptix C2 Cheatsheet¶
Warning
Work in progress
Build¶
Server¶
git clone https://github.com/Adaptix-Framework/go-win7 /tmp/go-win7
sudo mv /tmp/go-win7 /usr/lib/
git clone https://github.com/Adaptix-Framework/AdaptixC2.git
cd AdaptixC2
make server-ext
Client¶
git clone https://github.com/Adaptix-Framework/AdaptixC2.git
cd AdaptixC2
sudo sysctl net.ipv6.conf.all.disable_ipv6=1 # for pip requests
make docker-build-client