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.
git clone https://github.com/proxidize/proxidize-android.git
# 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