LocalVPN icon indicating copy to clipboard operation
LocalVPN copied to clipboard

A packet interceptor for Android built on top of VpnService

Results 40 LocalVPN issues
Sort by recently updated
recently updated
newest added

First this is really a piece of code! It is really powerful but difficult to read. I am missing some doc to be sure how to use it. Does it...

Hi Mohamed, Thanks so much for sharing your work. I am a newbie to both Android and Java, but learning as I read your code. So this could very well...

hello, first of all AWESOME work! LocalVPNService.class has the fallowing line (TODO): private static final String VPN_ADDRESS = "10.0.0.2"; // Only IPv4 support for now are you working on a...

Hi thanks for this useful code i just wonder is it possible to add p12 certificate and establish vpn connection with your project ?

Hi, I tried to use this in Intel X86 emulator (AVD) based on API 19. But it throws error "Unfortunately LocalVPN stopped" Kindly let me know what i am missing

Hi ,can this lib replace hostname dynamically go through vpnservice.

Network write error: 173.194.14.20:443:53589 java.net.SocketException: sendto failed: EPIPE (Broken pipe)

I noticed that you just swap the source and destination address and keep all the other fields in requesting IP packet header to form the response IP packet header. The...

https://code.google.com/p/android/issues/detail?id=64819 This bug means UDP connections were not being made at all on certain versions of Android (obvious if you add DNS to the VPN with the `addDnsServer()` method). This...

Its definitely a simple and elegant VPN packet sniffing implementation. I just want to know if this was tested on any real device (Phone) on load by using browsers/APPs etc....