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 for AndroidAsync #25

Closed jakev closed 7 years ago

jakev commented 7 years ago

I have an application using web sockets with the AndroidAsync project, which JustTrustMe isn't currently hooking. I'll do some research into the best place to hook.

jakev commented 7 years ago

Follow up here: This appears to be a more general hook we are missing: checkServerTrusted(..) of X509TrustManager is being called here, which fails and raises a SSLException.

That method returns void so it should be a single replace hook. Will test and submit PR if it works.

jakev commented 7 years ago

PR here: https://github.com/Fuzion24/JustTrustMe/pull/28

@Fuzion24 we should probably build another release since the last one is from January 2016, or just have people build by default (might be easier).

jakev commented 7 years ago

closed via https://github.com/Fuzion24/JustTrustMe/pull/28