Messages
{
"success": true,
"error": "<string>",
"agent_file_id": "<string>"
}{
"task_id": 123,
"payload_uuid": "<string>",
"agent_callback_id": "<string>",
"file_contents": "<string>",
"filename": "<string>",
"delete_after_fetch": true,
"comment": "<string>"
}Websockets
Mythic_rpc_file_create
Create file entry
WSS
mythic_rpc_file_create
Messages
{
"success": true,
"error": "<string>",
"agent_file_id": "<string>"
}{
"task_id": 123,
"payload_uuid": "<string>",
"agent_callback_id": "<string>",
"file_contents": "<string>",
"filename": "<string>",
"delete_after_fetch": true,
"comment": "<string>"
}File Create Response
type:object
Response for file create operation
File Create Request
type:object
Create a new file entry
⌘I