Proxy Bypass

Verified safeOpen sourceExclusive
No reviews reviews
229
downloads
7.0
android

AI summary

Proof-of-concept app demonstrating that per-app VPN split tunneling can be bypassed by spyware connecting directly to the local socks5 proxy. Highlights how Android private spaces fail to isolate loopback interfaces, giving a false sense of security. Not a regular proxy tool; intended for research.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

Private space and per-app split tunneling bypass POC

Almost all mobile clients based on xray/sing-box run a local socks5 proxy without authentication.

At the same time, per-app split tunneling is implemented using VpnService, which redirects traffic to tun2socks (or something similar). But if there is spyware on the user's device (for example, as part of a government application), nothing prevents it from connecting directly to this socks5 proxy, bypassing VpnService, and discovering the user's external IP address.

The situation is complicated by the fact that Android private spaces (Knox, Shelter, Island, etc), while isolating VpnService, do not isolate the loopback interface. This means that even if the spyware is located inside a private space, it is still possible to scan all localhost ports and find the socks5 proxy. This gives the user a false sense of security.

I was prompted to research this vulnerability by the discovery of spyware in the Russian national messenger Max, which checked the success of WhatsApp and Telegram blocks, and also tried to find the external IP of the VPN service.

Proposed solution I propose always running the socks5 proxy with authentication. Furthermore, it should use a randomly generated login/password on each device to prevent brute-force attacks.

Xray API An even greater vulnerability is launching Xray with HandlerService enabled. In this case, an attacker can not only find out the client's external IP, but also dump the outbound configuration there. This will allow the attacker to find out the connection address, reality sni, uuid, and so on.

This vulnerability is hazardous, but fortunately, I only found one client that would do this.

About this version

Version
1.0 (1)
Size
12.41 MB
Requires Android
7.0
Target SDK
24
Architecture
arm64-v8a, armeabi-v7a, x86, x86_64
Downloads
229
Updated
Apr 8, 2026
Package
ru.netfreedom.proxybypass

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app