yourvpndead/app
Repository files (latest commit first)
Filename Latest commit message Latest commit date
test 75f2ecc37d Add IndirectSignsChecker + IPv6 scanning + detailed technical output
New module: IndirectSignsChecker (косвенные признаки VPN):
- NET_CAPABILITY_NOT_VPN check (absent = VPN network)
- MTU anomaly detection (VPN reduces MTU: 1500→1400 due to encapsulation)
- DNS private subnet detection (192.168.x.x/10.x.x.x may indicate VPN tunnel)
- dumpsys vpn_management / activity services VpnService probing

PortScanner: added IPv6 (::1) localhost scanning alongside IPv4 (127.0.0.1).
Some VPN apps bind only to IPv6 — now both are checked with fallback.

All findings now include technical method description, raw values,
and interpretation for better understanding of what was detected.

UI: IndirectSignsCard with per-item check/warning indicators,
section-level status badge (Чисто/Обнаружено).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 19:21:03 +03:00
..
src/main Add IndirectSignsChecker + IPv6 scanning + detailed technical output 2026-04-07 19:21:03 +03:00
build.gradle.kts Initial commit: YourVPNDead — Android SOCKS5 localhost vulnerability scanner 2026-04-07 18:25:43 +03:00
proguard-rules.pro Initial commit: YourVPNDead — Android SOCKS5 localhost vulnerability scanner 2026-04-07 18:25:43 +03:00