TrustMeAlready
TrustMeAlready copied to clipboard
Hook more methods
Check similar projects: https://github.com/WooyunDota/DroidSSLUnpinning https://github.com/Fuzion24/JustTrustMe
Will fix #2
@ViRb3 How ist the status here? Is the project dead?
Hi there, I'm afraid I'm not actively developing or using this module anymore. Frida does the same and much more, and it's a lot easier to use. Here's the equivalent code in Frida for this module: https://github.com/ViRb3/apk-utilities/blob/master/templates/frida-snippets/ssl-unpin.js
@ViRb3 Great! Does it work for all applications?
Frida itself - yes. The code that I shared is an exact copy of this module, so it won't work on anything this module doesn't work on. However, it's very easy to decompile your application and write a custom hook for it using Frida.
@ViRb3 Okay, thank you very much!