Hacker News new | ask | show | jobs
by InitialBP 785 days ago
Agree with you if privacy first is the goal then open sourcing it is absolutely the right move. However, it IS still possible to MITM these days - although more difficult.

frida.re has a ton of useful features and community tooling built around it including scripts that will let you "un-pin" certificates by hooking and rewriting the functions that verify whether cert pinning worked or not.

https://frida.re/

https://codeshare.frida.re/@masbog/frida-android-unpinning-s...

1 comments

Neat, thank you! I hadn't heard of frida.re. I'll definitely have to dig in to that!