|
|
|
|
|
by ohgodplsno
1957 days ago
|
|
Nope. Starting from Android 10, unless an app has explicitly allowed user certificates (and no-one reasonably does, it's all behind a <debug-overrides> flag), you will not be able to MITM it. You may inject your certificates as much as you want. The only option is to have a device on which you have root access, which can push system certificates with adb. This pretty much only means the android emulator these days. |
|
Edit: after looking into this a bit, this is pretty nuts. How do enterprises inject certificates now?