Mythic is a cross-platform C2 framework created by SpecterOps. There are several Mythic Agents available, many of which target macOS. The teamserver is implemented as a set of Docker containers. The repo includes a CLI tool for easy deployment:

  1. Install Docker Engine | Docker Documentation
  2. Clone the repo and cd into it: git clone https://github.com/its-a-feature/Mythic && cd Mythic
  3. Download the agents and C2 profiles needed: sudo ./mythic-cli install github https://github.com/MythicAgents/poseidon sudo ./mythic-cli install github https://github.com/MythicAgents/leviathan sudo ./mythic-cli install github https://github.com/MythicC2Profiles/http sudo ./mythic-cli install github https://github.com/MythicC2Profiles/websocket
  4. Edit .env with new secrets and an admin user password.
  5. Start the teamserver: sudo ./mythic-cli start

See Also