PCAPdroid
PCAPdroid copied to clipboard
Provide indicators of TLS decryption difficulty
n the app, make it clear for a user which security measures an app implements and how to bypass them. This info can be extracted from its target SDK but also requires a dedicate list (e.g. for cert pinning or chrome).
This is explained in details in https://github.com/emanuele-f/PCAPdroid/issues/57#issuecomment-1114199030
Pinning can also be implemented by custom whitelists inside the app resources or by various third party components like okhttp, UnityEngine and others which have their own major versions. This can become quite complex.