Howto: Bypass Verizon 600Kbps Hotspot Limitation

August 3, 2018


Install and run a ssh server on the phone, such as SimpleSSHD.

On a computer setup an Encrypted SOCKS tunnel:

ssh -v -TND 4711 -p 2222 192.168.43.1
Use the SOCKS tunnel for web browsing:
google-chrome-stable --proxy-server="socks://localhost:4711"
Or use it though other programs e.g. proxychains:
sudo proxychains qemu-system-x86_64 -m 6G -cpu host -smp 4 -enable-kvm -boot order=d -drive \
file=/root/Windows_10_Clean,format=raw

img4.png

Comments

©2013-2023 All Rights Reserved.