|
|
|
|
|
by AnonHP
451 days ago
|
|
> but almost all apps nowadays use certificate pinning which means the system certificate store is ignored Certificate pinning (or rather, public key pinning) is technically obsolete and browsers themselves removed support for it in 2018. [1] Are there many apps still really using this? [1]: https://en.m.wikipedia.org/wiki/HTTP_Public_Key_Pinning |
|
The difference between HPKP and certificate pinning is that HPKP can pin certificates on the fly, whereas certificate pinning in apps is done by configuring the HTTPS client in the native application.
Apps like Facebook won't work on TLS MitM setups without using tools like Frida to kill he validation logic.