This file contains hidden or 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
root@bsv ~/Unknown6Hacking# protoc proto/Signature.proto --decode=Signature < dumps/dumps_mandra/FortInfos\ request/dump0.bin | |
timestamp_since_start: 32291 | |
unk5 { | |
unk2: "\002\005\006\007\t\r\020\027\032\035\036AGHIJKQWX\315\001\317\001\322\001\323\001\326\001" | |
unk3: "\000\200\205C\000\200\225C\000\000MC\000\000\016C\000\000\204B\000\000\000\000\000\000<B\000\000\214B\000\000\260A\000\200\241C\000\0001C\000\200\230C\000\000\276B\000\000<B\000\000 B\000\000\354B\000\000(C\000\200\246C\000\000fC\000\200\212C\000\000\350B\000\000\000B\000\000HB\000\000oC\000\200\223C" | |
unk4: "\000\0004B\000\000\300A\000\000\024B\000\000pB\000\000LB\000\000\000\000\000\000PA\000\000\300A\000\000\200@\000\000\300@\000\000 B\000\000(B\000\000\270A\000\000\210B\000\000\014B\000\000TB\000\000\220A\000\000\210A\000\000\020A\000\000\330A\000\000 A\000\000 A\000\000\360A\000\000\200@\000\000\030B" | |
unk5: "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\315\314\260A\000\000\000\000\000\000\000\000\000\000\000\000\000 |
This file contains hidden or 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
1469836479932: [<-] Request for GetPlayer {} | |
1469836479932: [<-] Request for GetHatchedEggs {} | |
1469836479932: [<-] Request for GetInventory {} | |
1469836479932: [<-] Request for CheckAwardedBadges {} | |
1469836479933: [<-] Request for DownloadSettings {} | |
1469836480803: 4e20eaf1b052490e9a14289bebbccac663e1a875321909dd1add3a3443896b7e | |
8e371959e39ae70e8065d0addf5e0d18df8d1b78b1e664470b365ea240850336 | |
a799a8a8ab94fb7f3766cfde94187b7a14fe789f75942f86749f943f90da96d9 | |
dd2a95f7a2dafaedb08320d36ea71c58260ca5f1a4ae379ed508be58c76869c7 | |
658708031483d0471196012305039013e1c70c85edc5ce07c6bec9a3fcd1ba08 |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
{ status_code: 2, | |
request_id: '6032429073588813826', | |
requests: | |
[ { request_type: 'GET_PLAYER' }, | |
{ request_type: 'GET_HATCHED_EGGS' }, | |
{ request_type: 'GET_INVENTORY' }, | |
{ request_type: 'CHECK_AWARDED_BADGES' }, | |
{ request_type: 'DOWNLOAD_SETTINGS' } ], | |
unknown6: [ { request_type: 6, unknown2: [Object] } ], | |
latitude: REDACTED45678711, |
This file contains hidden or 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
### | |
Pokemon Go(c) MITM node proxy | |
by Michael Strassburger <[email protected]> | |
This example just dumps all in-/outgoing messages and responses | |
### | |
PokemonGoMITM = require './lib/pokemon-go-mitm' |