Mythic C2
Last updated
Was this helpful?
Last updated
Was this helpful?
A cross-platform, post-exploit, red teaming framework built with GoLang, docker, docker-compose, and a web browser UI. It's designed to provide a collaborative and user friendly interface for operators, managers, and reporting throughout red teaming.
Mythic is controlled via the mythic-cli
binary. To generate the binary, run sudo make
from the main Mythic directory. From there, you can run sudo ./mythic-cli start
to bring up all default Mythic containers.
More specific setup instructions, configurations, examples, screenshots, and more can be found on the website.
The Mythic repository itself does not host any Payload Types or any C2 Profiles. Instead, Mythic provides a command, ./mythic-cli install github <url> [branch name] [-f]
, that can be used to install agents into a current Mythic instance.
Payload Types and C2 Profiles can be found on the page.
To install an agent, simply run the script and provide an argument of the path to the agent on GitHub:
The same is true for installing C2 Profiles:
This allows the agents and c2 profiles to be updated at a much more regular pace and separates out the Mythic Core components from the rest of Mythic.