Posts

Post not yet marked as solved
12 Replies
6.5k Views
Hey,I try to get all packets (or just from one app) from a device, without setting up a proxy server elsewhere. I know that it is possible to connect to a vpn server with the PacketTunnelProvider and get all packets from the packetFlow. The probleme there is that it is not possible to remove the vpn server and just redirect the packets to the localhost or something like this. (If I'm wrong, please correct me!) Obviously it is possible to tunnel the packets to a proxy server with the AppProxyProvider. In my case I run a proxyserver ( tinyProxy ) on a vserver on the port 8888 (http/https). First step would be to redirect the traffic from the device to my server.What are the steps I need to do to achieve this with the AppProxyProvider/Manager? ( including the packet sniffing with the providerextension)If this is working, what do I need to do to remove the proxy server component without loosing the access to the packets/packetFlow? Could it be possible to simulate a proxy server on the device itself or anything else?Best regards, effe2402
Posted
by effe2402.
Last updated
.