Total Pageviews

Wednesday 25 May 2022

proxyMyPhone

 Make smart phone go through socks proxy, by serving pac.

Some Android and iOS allow you to configure only HTTP proxy, which can't proxy many apps.

This script makes it possible to configure socks/http proxy. (This script doesn't provide any proxy)

No root or JB require. No need to install any app on phone.

Requires python on PC.

How it works

This Script runs a PAC server (HTTP server) on PC. It generates and serves a PAC file that tells your phone (or other devices) to go through the socks/http proxy your PC is serving.

You need to manually type the PAC address in phone's network setting.

Usage

Run this command on PC:

python proxymyphone.py <pc_ip> <proxy_listen_port_on_pc> <proxy_type>

Then it will give you an address. On your phone's wifi setting layout, set proxy to "auto" and type the address in.

from https://github.com/wooowooo/proxyMyPhone

 

No comments:

Post a Comment