https://github.com/nilsstreedain/cloud-c2-docker
☁️ Unofficial Dockerized version of the Hak5 Cloud C2 server application
https://github.com/nilsstreedain/cloud-c2-docker
cloud-c2 cloud-c2-server hak5 hak5-cloud-c2 wifi-pineapple
Last synced: 9 months ago
JSON representation
☁️ Unofficial Dockerized version of the Hak5 Cloud C2 server application
- Host: GitHub
- URL: https://github.com/nilsstreedain/cloud-c2-docker
- Owner: nilsstreedain
- License: gpl-3.0
- Created: 2021-10-16T23:56:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T07:54:28.000Z (over 2 years ago)
- Last Synced: 2025-03-29T16:42:06.485Z (10 months ago)
- Topics: cloud-c2, cloud-c2-server, hak5, hak5-cloud-c2, wifi-pineapple
- Language: Dockerfile
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-c2-docker
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.
## How to build/run:
Build docker image locally from Dockerfile on github (replace ????? with your architecture, available architectures listed below):
```bash
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:
```bash
sudo docker run nilsstreedain/cloud-c2-docker
```
### Working Architectures:
- armv5
- armv6
- armv7
- armv8
- i386
### Not Working Architectures:
- amd64
## Credits
- To the creators/contributors of [Cloud C2](https://shop.hak5.org/products/c2) at [Hak5](https://github.com/hak5) who make this project possible.
## Disclaimer
- 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.