Skip to content

Quick and easy VPN to Socket using packet manipulation. Create proxys and firewalls easily globally!

License

Notifications You must be signed in to change notification settings

DrBrad/Android-VPN-to-Socket

Repository files navigation

VPN to Socket

Quick and easy VPN to Socket using packet manipulation. Create proxys and firewalls easily globally! For JTun2Socks Similar to Orbot

How can I create a proxy or firewall within this library?

All you need to do is modify the VPN/Proxy.java file. Proxy.java

How it works

VPNs and Sockets are on 2 different layers which makes this project a little bit difficult, however the task is not impossible. This project works by sorting packets based off of type: UDP, TCP, ICMTP. We then take all TCP packets and sort them using a NAT, this makes it easier to identify where each packet is supposed to go. Once the packets are sorted we will take the TCP packets and change the to IP address and port to a local socket so that you can do whatever you want with the socket.

About

Quick and easy VPN to Socket using packet manipulation. Create proxys and firewalls easily globally!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages