I use an Android application for communication that sends an HTTPS request for certain functions, is it possible to read the βread-decryptedβ packet that the application sends?
I tried setting up the proxy using Fiddler and ProxyDROID, but it only showed me the results of Web Broweser, not the application
Snark packets using Shark will be encrypted packets
Edit: I used Fiddler to control the packets, however, due to the fact that SSL is not valid, it does not trust it and does not make a connection. How can I get around certificate verification verification?
user1175643
source share