Vproxy – Forward HTTP/S Traffic To Proxy Instance



Vproxy is a python script tool which configures a PPTP VPN server that will redirect HTTP/HTTPS traffic to your proxy instance host.

System Requirements:

  • Kali Linux or any Linux distribution

Installation:

pip install termcolor

How to use:

Step 1: Setup VPN server on local IP and redirect traffic sent from clients (80,443) to proxy 192.168.1.10:8080
$sudo python vproxy.py -localip 192.168.1.9 -phost 192.168.1.10 -pport 8080 -port 80,443

This tool helps penetration testers to conduct mobile security assessment easier and intercept mobile HTTP/HTTPS traffic from any mobile device.

How to setup VPN connection on iPhone:

How to setup VPN connection on Android:

Download now: vProxy

Comments