Skip to content

Docker container for running CobaltStrike 4.10

License

Notifications You must be signed in to change notification settings

ZSECURE/zDocker-cobaltstrike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container for running CobaltStrike 4.10

Resources

License

Stars

Watchers

Forks