Internal Documentation

Internal documentation docker container

Granular Documentation

Mythic provides an additional docker container that serves static information about the agents and c2 profiles. In the main config.json file you'll see two new fields, one for if you want to start the documentation container at all and if so, using which port.

Accessing the Documentation

The documentation stands up a Golang HTTP server based on Hugo (it's HTTP, not HTTPS). It reads all of the markdown files in the /Mythic/documentation-docker/ folder and creates a static website from it. For development purposes, if you make changes to the markdown files here, the website will automatically update in real time.

The default port for this is 8080.

Last updated