So i am trying to inspect an app ( bigo.tv ) and it is weirding me out.
I have Charles certificate installed , use an android 5.1 to not have to deal with the Nougat stuff.
The app has a login , but it is not showing as http nor https
so i thought it might be websockets ( wss:// ) i activated the socks proxy and it started showing these :
and all of them when i activate the proxy from ProxyDroid ( Socks5) they end up timing out,
while without the proxy , they don't show in Charles of course but they don't timeout.
Firstly : What is this Socket:// connection Is it a normal inet socket ? Secondly : Is there anyway to intercept the traffic from that socket ?