Basic dockerized version of the Hak5 Cloud C2 server application. This is a basic Dockerfile that creates a minimalistic Cloud C2 docker container running on a specified architecture. I plan to eventually create a multi-arch image but I'm no docker expert, so for now this was the easiest solution.
Build docker image locally from Dockerfile on github (replace ????? with your architecture, available architectures listed below):
sudo docker build --build-arg ARCH=????? -t nilsstreedain/cloud-c2-docker:latest https://github.com/nilsstreedain/cloud-c2-docker.git#main
Run local docker image:
sudo docker run nilsstreedain/cloud-c2-docker
- armv5
- armv6
- armv7
- armv8
- i386
- amd64
- I am in no way affiliated with Hak5 and this plugin is a personal project that I maintain in my free time.
- Use this plugin entirely at your own risk - please see licence for more information.