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

Support X509ExtendedTrustManager for sdk >= 24 #70

Closed kiber-io closed 4 months ago

kiber-io commented 5 months ago

Starting with SDK 24, a class has been added X509ExtendedTrustManager which uses a simple X509TrustManager under the hood. Some applications use it and try to cast it, which causes the module to crash. I added the use of X509ExtendedTrustManager for sdk >= 24 (even if the application uses the old class, casting will still happen correctly). An example of such an application (for Russia) is Tinkoff