Traffic interception on Android

I need to intercept requests from the mobile app to use its internal api. The application has a chat, I need to get the information that the server periodically sends to the application. To do this, I installed Genymotion with Xposed + a module for bypassing SSLPinning and Fiddler as a proxy (I also tried Charles). After that, I see some of the traffic from the app (long-polling requests), but the events I need are not displayed, though the app still gets them and displays them.

Is it possible to somehow intercept absolutely all traffic from the application and what do I need to do? Thank you in advance)

Author: Umy, 2018-05-11

1 answers

The problem is solved, the fact is that the proxy settings in the Wi-Fi connection properties are not system settings and are often ignored by applications. To solve this problem, you need to use, for example, the Postern application, which will create a virtual VPN connection and redirect all traffic from your phone to the address you specified

 0
Author: Umy, 2018-08-04 10:33:43