/agent_message
endpoint within Mythic. This allows you to host the Mythic instance on port 7443 for example and expose the default HTTP profile on port 443 or 80.
Clicking the “Configure” button gives a few options for how to edit and interact with the profile.
use_ssl
to true
and the C2 profile will automatically generate some self-signed certificates. If you want to use your own certificates though, you can upload them through the UI by clicking the “Manage Files” button next to the http
profile and uploading your files. Then simply update the configuration with the names of the files you uploaded.
Supported Payloads
shows which payload types can speak the language of this C2 profile.
Default C2 Profile parameters
randomize
- This specifies if you want to randomize the value that’s auto-populated for the user.format_string
- This is where you can specify how to generate the string in the hint when creating a payload. For example, setting randomize
to true
and a format_string
of \d{10}
will generate a random 10 digit integer.