Messages
{
"success": true,
"error": "<string>",
"files": {
"agent_file_id": "<string>",
"filename": "<string>",
"file_size": 123,
"comment": "<string>",
"host": "<string>",
"full_remote_path": "<string>",
"timestamp": "<string>"
}
}{
"task_id": 123,
"callback_id": 123,
"agent_file_id": "<string>",
"filename": "<string>",
"limit_by_callback": true,
"max_results": 123
}Websockets
Mythic_rpc_file_search
Search files
WSS
mythic_rpc_file_search
Messages
{
"success": true,
"error": "<string>",
"files": {
"agent_file_id": "<string>",
"filename": "<string>",
"file_size": 123,
"comment": "<string>",
"host": "<string>",
"full_remote_path": "<string>",
"timestamp": "<string>"
}
}{
"task_id": 123,
"callback_id": 123,
"agent_file_id": "<string>",
"filename": "<string>",
"limit_by_callback": true,
"max_results": 123
}File Search Response
type:object
Response for file search operation
File Search Request
type:object
Search for files
⌘I