简体   繁体   中英

Intercept android network traffic (firebase calls)

I need to intercep firebase requests from an android app.

I tried HTTP Toolkit, but it doesn't track firebase requests.

You can use PCACDroid . It offers an Android VPNService to be able to intercept any network traffic. As proxy to record TLS encrypted traffic you can use MitmProxy .

Starting with Android 7 user defined CAs for MITM solution are not working anymore easily. Take a look at tls decryption or how to tweak your application to use aNetworkSecurityConfig

You could also just use an older device if you have one. This simplifies the process a lot.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM