Defensive security tool demonstrating how spyware can exploit unauthenticated SOCKS5 proxies on localhost to discover VPN exit IPs. Modules: - PortScanner: parallel TCP scan of 127.0.0.1 (known ports + full range) - Socks5Probe: SOCKS5/HTTP/gRPC handshake detection with auth check - ExitIPResolver: exit IP discovery through vulnerable SOCKS5 - XrayAPIDetector: xray gRPC API (HandlerService) detection - DeviceInfoCollector: VPN status, interfaces, direct IP - GeoLocator: IP geolocation via ip-api.com - ScanOrchestrator: pipeline orchestrator - Jetpack Compose UI with Material 3 GitHub Actions CI for automated APK builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
200 B
INI
5 lines
200 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|