This is a Docker composition of the Megazord containers.
-
Start the container in detached mode from the top-level directory of this repository:
docker compose up --detach
-
Stop the running containers from the top-level directory of this repository:
docker compose down
-
Pull the new image from Docker Hub:
docker compose pull
-
Recreate the running container by following the previous instructions:
docker compose up --detach
All the necessary environment variables are defined in the, untracked, .env file
The environment variables are as follows:
-
C2_IP -> the ip address of the C2 container, 172.19.0.5 by default
-
PASSWORD -> the password to access the teamserver, "password123" by default
-
C2_PROFILE -> profile used with the teamserver, domain.profile by default
-
KILLDATE -> the killdate for the teamserver, 2022-12-30 by default
-
KEYSTORE -> the name of the keystore holding the SSL certificate and key, domain.com.store by default
Filename | Purpose |
---|---|
cobalt.cert |
Replace this file in the src/secrets/ directory with the appropriate certificate |
cobalt.key |
Replace this file in the src/secrets/ directory with the appropriate key |
We welcome contributions! Please see CONTRIBUTING.md
for
details.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.