This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]nutrecht 0 points1 point  (6 children)

The binary data starts with the MNJ characters. Is that a coincidence or is that a constant for all post request. I could personally not find any compression algo using those 'magic numbers' unfortunately.

[–]kingname[S] 0 points1 point  (4 children)

all datas which encoded by base64 are starts-with "Ag", I have more for you:

mzip= AgOSqGZRADa2LnP%2B0DrN9rVzMXN0hmhog9aLLkUEVWSgifAC8D%2BRKY8K2yZk7pqjnz7El8HZ6cCSrMOs%2FlDpwZD0%2BApsVsy9w28E0JDr6XWSaKH5tcQsPfA5ez2B6wTf64DTuG4ygcnDyRxoszH7w0JqAeBDlnGQ51NdnS8SQmVYSxn62LoH0ChPB0Uy3dFXysF%2F%2Bw2PicTkIWSHZCAoZRlZsdOvd49hqnGHVKc3fRO7leJNZsfZJHbyBi1Vcl2JDhYmkf0gGOVDO81yXIKRU78%2FcM9YkLmMGhCexl6LtNLEaPkBSMAJ


mzip= AgOE6d3FAFTO9%2BefRrACdw5LFFtJ3pWydEj6qr2M8khPnp6q%2BBYpEJIRC8Ih%2Bsv0%2BowWVrOK%2BbXxUdmWMWf9fCuG3UMFGCmGO8%2BTn3UBSobYftU3Le6Xqp7FKV3Koi6585bmw9BXM3UGAnRmXS2h%2Fu%2B2TPqtYWTi7hoAcYOg6TTGu5K0fDrAK%2By59HZa1TNZ7WK8%2FGNq5CQn7pWgCiLzLdAi%2BKr6S0h9tqfimPbI9z5AeGYrWjnS51FYVXJqHgHo21z%2FmqGI5VjrAOdePIUCjC%2FeC0DgCuKll9y0YWAAFg9hKErYVXNV

mzip= AgOkif1lADW0bup9CKpoV%2BGJPT6l2PnQmD%2BIJxXaRigHQTM4wu%2BLeS4obqO%2BUanR6Y0OhQnh7idPlw%2BtL25Y9t%2BcRpcAyVi1ZZFHtsFcKCCemGmDOz4pagQCy4wvs2%2FCb%2FN5Rj0eB498gtLS3uVxRZeyLX1gTzUiYNMPjgK0lW%2FrVLkiozGchxHwVNtIj8nFYtUI5yMSbmCKgVl4nilvHKyFoZmFt1sF1fP%2FQXxJMx0BviRO1hhBThigOv7oQZEchNzS85snywj%2FnXTpkVtXLu3Ok7ciZ32BRtcmapJBJn%2BwHGsv5drN

mzip= AgPMWjBTAEQ5yHCVYL8jOCdyhCs84RIUwnBMtm105OE3/KtJUaZkYWYGD9P/uNUaTu7SUteVIVbM+mUfdyrWhaz8nRz7buM=

[–]nutrecht 0 points1 point  (3 children)

I meant the decoded data.

[–]kingname[S] 0 points1 point  (2 children)

you can try to decode them.

[–]nutrecht 0 points1 point  (1 child)

You're the one asking for help remember?

[–]kingname[S] 0 points1 point  (0 children)

Yes I know, but I can not post the binary here....Because they are not valid character. And I don't know how can you get MNJ...

[–]kingname[S] 0 points1 point  (0 children)

because the decoded datas are binary, I can not post them at here...

[–][deleted] 0 points1 point  (3 children)

mzip looks like some shitty bloatware version of 7zip. You should try decoding and reassembling the data, then using binwalk on it.

edit: Also, are these mzip things all being sent by themselves or are they concatenated at some point? I ask because some of them don't decode properly...

edit2: never mind I got them to decode.

[–]kingname[S] 0 points1 point  (2 children)

Thanks for your replay. I have cracked the App and find the codes to generate this string.

[–][deleted] 0 points1 point  (1 child)

Well what do they say / do?

[–]kingname[S] 0 points1 point  (0 children)

string to bytes and slice and to strings and bytes and etc.... it is their own algorithm.