package pushC2Services

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service PushC2

pushC2GRPC.proto:6

message PushC2MessageFromAgent

pushC2GRPC.proto:19

agent sends along the base64 message like normal and c2 profile adds in c2 profile name this is all normal c2 profiles pass along to mythic anyway C2ProfileName is required RemoteIP should be the IP of the remote connection to the c2 profile if known Message is a base64 decoded message if you want the c2 profile to base64 decode what the agents are saying Base64Message is what an agent would normally send. This is mutually exclusive with Message TrackingID is some custom string that the c2 server provides so that it can correlate input with output from the stream

Used as request type in: PushC2.StartPushC2Streaming, PushC2.StartPushC2StreamingOneToMany

message PushC2MessageFromMythic

pushC2GRPC.proto:31

mythic sends along success/error information if any mythic sends along the messages

Used as response type in: PushC2.StartPushC2Streaming, PushC2.StartPushC2StreamingOneToMany