async def get_payloadtypes(self) -> MythicResponse:
Get all payload types registered with Apfell
async def get_payloadtype(
self, payload_type: Union[PayloadType, Dict]
Get information about a specific payload type
if using PayloadType class, the following must be set:
async def get_payloadtype_commands(
self, payload_type: Union[PayloadType, Dict]
Get the commands registered for a specific payload type
if using PayloadType class, the following must be set: