Commands¶
Command schema and parameter introspection.
Auto-generated
This page is generated from source code by the schema extractor. Do not edit by hand — changes will be overwritten.
mythic_get_commands¶
Get a list of all commands available in Mythic
No parameters.
mythic_get_command_parameters¶
Get a list of all command parameters across all commands
No parameters.
mythic_get_command_with_parameters¶
Get details of a specific command including its parameters and helper methods
Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
payload_type_id | int | required | ID of the payload type |
command_name | string | required | Name of the command |