jodel_api icon indicating copy to clipboard operation
jodel_api copied to clipboard

New API calls for popular today / week

Open Patralos opened this issue 7 years ago • 9 comments

Has anyone already reversed / sniffed the new api calls for popular jodels of today / week?

Patralos avatar Sep 09 '18 17:09 Patralos

I tried sniffing, but the app doesn't allow user certificates and therefore is unable to connect to their servers. I also followed this tutorial to bypass this protection, but after installing and opening the app for the first time, it's still unable to connect (this time with error 477 unknown).

KLVN avatar Sep 17 '18 12:09 KLVN

@KLVN I recommend hooking the pinning methods without patching the app itself, you can use any remote instrumentation framework for that.

ioncodes avatar Nov 07 '18 10:11 ioncodes

somebody has success in unpinning the app? Tried SLL Unpinning from Xposed and SLL Unpinning with Frida (https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/). Both doesnt seems to work. Next step is to look at the code with jadx and try to hook the pinning method....

guitar9 avatar Nov 14 '18 19:11 guitar9

@guitar9 My first success was using Frida.

ioncodes avatar Nov 15 '18 23:11 ioncodes

@ioncodes Did you write your own script? Or did you used this: (https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/)

guitar9 avatar Nov 16 '18 09:11 guitar9

@guitar9 I wrote my own script.

ioncodes avatar Nov 16 '18 09:11 ioncodes

@ioncodes ok :( can you publish it? :)

guitar9 avatar Nov 16 '18 09:11 guitar9

@guitar9 No I can't, sorry :/

ioncodes avatar Nov 16 '18 09:11 ioncodes

@ioncodes ok :) Can you give a hint at which classes to look?

guitar9 avatar Nov 16 '18 10:11 guitar9