proxidize/proxidize-android — GitHub Repository Preview
Networking ★ 334 Java

proxidize/proxidize-android

by @proxidize ·

334 Stars
95 Forks
3 Issues
Java Language

Proxidize Android enables creating 5G/4G mobile proxies using smartphones without additional hardware. Converts phones into HTTP(S) and SOCKS5 proxy servers with manual and automatic IP rotation via API endpoints. Supports Android 6.0+ with reverse proxy tunneling to make mobile connections accessible from the web. A proof-of-concept for leveraging mobile networks as proxy infrastructure.

proxidize
@proxidize Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/proxidize/proxidize-android.git

Quick Start Example

bash
# Install APK on Android device
# Configure tunneling server

# Rotate IP via API
curl http://device-ip:8080/api/rotate

# Use as proxy
curl --proxy socks5://device-ip:1080 \
  https://ifconfig.me

Tags

#proxy#mobile-proxy#android#socks5#4g-5g#networking

Related Projects