title: Auditing Android Applications date: 2021-01-13 categories: [cheatsheets]
(1) When giving a PendingIntent to another application, this app can perform the operation specified (with the same permissions & identity) Common Mistake: specifiy private activity in the pending intent More @ MOBISEC ~ Set 11, Page 53
(2) No Public Key Pinning and no HSTS? -> SSL Stripping
(3) SSL pinning bypass using Frida: https://techblog.mediaservice.net/2018/11/universal-android-ssl-pinning-bypass-2/