export COBALTSTRIKE_LICENSE="<cobaltstrike_license"
sudo docker build -t cobaltstrike:latest --build-arg COBALTSTRIKE_LICENSE=$COBALTSTRIKE_LICENSE .
sudo ./docker.sh
- 4.10 as of 18/11/2024
This was heavily inspired by White Knight Labs git repo, which is based on warhorse's git repo.
And this blog post by Ezra Buckingham