mirror of
https://github.com/cherepavel/VPN-Detector.git
synced 2026-07-11 08:50:40 +00:00
| app | ||
| gradle | ||
| img | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
Android VPN Detector
Research tool for analyzing VPN detection mechanisms on Android.
Features
- Detect VPN via NetworkCapabilities.TRANSPORT_VPN
- Analyze active vs global VPN state
- Interface detection (tun0, wg0)
- Native + Java network enumeration
Purpose
Demonstrates how apps can detect VPN presence even with split tunneling.
Screenshots
VPN Active (full tunnel)
VPN Split / Bypass (still detectable)

