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:
- Install Docker Engine | Docker Documentation
- Clone the repo and cd into it:
git clone https://github.com/its-a-feature/Mythic && cd Mythic - Download the agents and C2 profiles needed:
sudo ./mythic-cli install github https://github.com/MythicAgents/poseidonsudo ./mythic-cli install github https://github.com/MythicAgents/leviathansudo ./mythic-cli install github https://github.com/MythicC2Profiles/httpsudo ./mythic-cli install github https://github.com/MythicC2Profiles/websocket - Edit .env with new secrets and an admin user password.
- Start the teamserver:
sudo ./mythic-cli start