Fuzion24 / JustTrustMe

An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Other
4.77k stars 782 forks source link

Could you compile a latest version of apk #46

Open zjcnew opened 5 years ago

ghost commented 5 years ago

@zjcnew it is easy to compile.

pengwei1024 commented 5 years ago

https://github.com/pengwei1024/JustTrustMe/releases

ChristophHeilmann commented 5 years ago

Thanks.

This is a very useful module. I got myriads of 'exp_det_cert_pin_failure@1561316490689.txt' logfiles in /data/system/dropbox (see https://android.googlesource.com/platform/external/conscrypt/+/idea133-weekly-release/src/main/java/org/conscrypt/PinFailureLogger.java).

When I open the files I see '*.googleapis.com|false|false|certString'. WTF Google?? Yes, it's Google. Google is migrating the root certificate of the Google Maps API (see https://developers.google.com/maps/root-ca-faq#).

Every app which use certificate pinning and is not updated will fail (see https://developers.google.com/maps/root-ca-faq#the-application-uses-its-own-certificate-bundle-or-uses-advanced-security-features-such-as-certificate-pinning).

With JustTrustMe installed this issue don't exist.

iamvinny commented 3 years ago

Can anybody build the latest updated release?

edit: i think i was able to compile it on android studio

app-debug.apk.zip

w311ang commented 3 years ago

I use GitHub Actions builds a latest apk, download and unzip it