3
0
I'm trying to capture an app's network traffic, the proxy option in the Android OS is not proxying everything the app is sending/receiving. Would it be possible to setup a VPN server and analyze all network traffic that is passing though my Android phone?
1VPN running within your own network that would indeed work – Ramhound – 2015-10-27T20:08:44.260
how would I go about setting it up? Would I be using openvpn with wireshark? – Arya – 2015-10-27T20:13:09.973
OpenVPN + wireshark (or just plain old tcpdump) will work. You may need to analyse the data on the external Interface - ie the traffic leaving your network, as, in my experience, OpenVPN tun interfaces and libpcap (the underlying capture mechanism on a Linux system) don't always work. – davidgo – 2015-10-27T20:31:05.680
@Arya Both/all of the above – Ramhound – 2015-10-27T20:54:27.800