I want to listen to Http traffic of an app in android. Usually, I will do that in mitmproxy after redirecting traffic and arpspoof. But it doesn’t work this time due to certificate issue.
So I tried to use websploit network/mitm modules and using urlsnarf
sniffer. I think I get the http requests on the terminal screen. However, I cannot inspect the request data like Mitmproxy. Is there any way I can inspect the traffic in a more detail way instead of just url?