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

Is it possible to somehow intercept all the traffic from the application and what needs to be done to do this? Thank you in advance)

  • one
    Roskomnadzor decided to address the problem globally? - Manitikyl

1 answer 1

The problem is solved, the fact is that proxy settings in the Wi-Fi connection properties are not system-wide 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 the phone to the address you specify