/zDocker-cobaltstrike

Docker container for running CobaltStrike 4.10

Primary LanguageDockerfileMIT LicenseMIT

zDocker-cobaltstrike

Set your CS License key in an Environment Variable

export COBALTSTRIKE_LICENSE="<cobaltstrike_license"

Build the docker container

sudo docker build -t cobaltstrike:latest --build-arg COBALTSTRIKE_LICENSE=$COBALTSTRIKE_LICENSE .

Run the container and expose the ports

sudo ./docker.sh

Works with version

  • 4.10 as of 18/11/2024

Credits

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