Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

cisagov/megazord-composition

Repository files navigation

megazord-composition 🐲🐳

GitHub Build Status CodeQL Known Vulnerabilities

This is a Docker composition of the Megazord containers.

Running

Running with Docker-Compose

  1. Start the container in detached mode from the top-level directory of this repository:

    docker compose up --detach
  2. Stop the running containers from the top-level directory of this repository:

    docker compose down

Updating your container

Docker Compose

  1. Pull the new image from Docker Hub:

    docker compose pull
  2. Recreate the running container by following the previous instructions:

    docker compose up --detach

Environment variables

Required

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

Secrets

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

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published