Closed kasnder closed 1 year ago
Explore Wireguard mode for this: https://docs.mitmproxy.org/stable/concepts-modes/#wireguard-transparent-proxy
More explanation here: https://mitmproxy.org/posts/wireguard-mode/
I was able to setup the mitmproxy with WireGuard to intercept the network traffic from android. To do so:
mitmweb --mode wireguard
in the terminal (on your computer) . Note this step assumes that mitmproxy has been installed and configured correctly on the users device.Note: I also had the mitmproxy certificate installed on my phone. If the above steps cause encryption/decryption errors that might be the issue. Make sure the certificate is of type .crt
before installing it on Android.
Also, make sure that computer with mitmproxy and the android phone are both connected to the same network. If that is not the case, then mitm will not work.
First do this, then address #64