ViRb3 / TrustMeAlready

🔓 Disable SSL verification and pinning on Android, system-wide
1.21k stars 153 forks source link

Unable to hook at all with some APK in android 7.2 [AFTV4K] #4

Closed alitteration closed 4 years ago

alitteration commented 4 years ago

Hello there,

I've been struggling with some apk trying to get the module to work with it, but somehow it doesn't seem to bypass it at all.

I'm not sure what's the issue but you can have a look at : https://pastebin.com/raw/4dA9tDCb

This is some log of using some module called JustTrustMe : https://pastebin.com/raw/aS6UxTrS I end up with the app failed to load : https://t.me/fridadotre/40665 This is some fridascript i was having lots of luck with but not with that one : https://pastebin.com/raw/xHT60fb7

ViRb3 commented 4 years ago

Error, this is a private paste. If this is your private paste, please login to Pastebin first.

alitteration commented 4 years ago

Error, this is a private paste. If this is your private paste, please login to Pastebin first.

I edited the main comment, please keep in mind that using trustmealready shows me no logs, but the app loads fine just that i get no HTTPS traffic in fiddler, so I'm not sure what's wrong.

ViRb3 commented 4 years ago

TrustMeAlready only patches the system SSL verification, third party libraries (okhttp3) and native implementations are not supported. As suggested by the Troubleshooting section, try sniffing Google Chrome's traffic. Last time I tried it worked, so you can use it as a benchmark.

ViRb3 commented 4 years ago

Closing due to lack of activity, feel free to re-open.