unable to capture packets on Wireshark
I am using mitmproxy to decrypt SSL packets on Wireshark which I managed to do. This is my topology:
my phone --> proxy --> server
My goal is to command the server from an application installed on my phone, so when I command the server, the information goes first to the proxy, then to the server. So I must be able to visualize the packets that my phone sends to the proxy on wireshark, but this is not happening.
Wireshark doesn't capture the packets that my phone is sending, and I am pretty sure that my phone is sending some information to the proxy because otherwise, I wouldn't be able to command the server (which is not the case).
I would appreciate some help with this!
Where is your capture point in the topology you describe?
@grahamb I capture the packets from the proxy (which is in the middle between the server and the android).