Created
May 19, 2017 12:26
-
-
Save psrok1/5e5ee4890c549a673d561c62ff1ebafb to your computer and use it in GitHub Desktop.
Emotet registration request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax = "proto2"; | |
message RegistrationRequest { | |
message RegistrationRequestBody { | |
required string botId = 1; | |
required fixed32 osVersion = 2; | |
required string procList = 3; | |
required string mailClient = 4; | |
} | |
required int32 command = 1 [default = 16]; | |
optional RegistrationRequestBody registrationRequest = 2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment