TrustMeAlready icon indicating copy to clipboard operation
TrustMeAlready copied to clipboard

Hook more methods

Open ViRb3 opened this issue 5 years ago • 5 comments

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

Will fix #2

ViRb3 avatar May 13 '19 14:05 ViRb3

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

J05HI avatar Mar 25 '20 15:03 J05HI

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 avatar Mar 26 '20 14:03 ViRb3

@ViRb3 Great! Does it work for all applications?

J05HI avatar Mar 27 '20 20:03 J05HI

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 avatar Mar 27 '20 22:03 ViRb3

@ViRb3 Okay, thank you very much!

J05HI avatar Mar 28 '20 09:03 J05HI