/api/v1.4/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.C2_Profiles/HTTP/c2_code
folder and update the config.json
file to have the key_path
and cert_path
variables be the name of the private key and cert you copied over. You have to copy the two files into this c2_code
folder because the profile starts its own container which can't access files outside of the c2_code
folder.Supported Payloads
shows which payload types can speak the language of this C2 profile.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.test
parameter in the above screenshot.