ViRb3 / TrustMeAlready

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

Hook more methods #3

Open ViRb3 opened 5 years ago

ViRb3 commented 5 years ago

Check similar projects: https://github.com/WooyunDota/DroidSSLUnpinning https://github.com/Fuzion24/JustTrustMe

Will fix #2

J05HI commented 4 years ago

@ViRb3 How ist the status here? Is the project dead?

ViRb3 commented 4 years ago

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

J05HI commented 4 years ago

@ViRb3 Great! Does it work for all applications?

ViRb3 commented 4 years ago

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.

J05HI commented 4 years ago

@ViRb3 Okay, thank you very much!