Vproxy tool is used to forward HTTP/S traffic to proxy instance. The WIFI proxy option in your mobile device doesn’t make you capture all of the HTTP/S traffic using your favorite proxy program ? use this tool to solve this issue and capture the whole HTTP/S traffic.
Vproxy System Requirements
- Linux
- Python 2.x
Also Read Win-PortFwd : Powershell Script To Setup Windows Port Forwarding Using Native Netsh Client
Prerequisites
pip install termcolor
Usage
- Setup VPN server on localip and redirect traffic sent from the device to proxy instance
- Setup VPN server on localip and monitor traffic from devices
- Setup VPN server on localip and redirect traffic sent to 192.168.1.0/24 to proxy instance
$sudo python vproxy.py -ip [LOCALIP] -port [PORTLIST] -proxy [PROXYHOST:PROXYPORT] -mode Redirect
$sudo python vproxy.py -ip [LOCALIP] -port [PORTLIST] -mode Monitor
$sudo python vproxy.py -ip [LOCALIP] -port [PORTLIST] -proxy [PROXYHOST:PROXYPORT] -int 192.168.1.0/24 -mode Redirect
Limitations
Certificate Pinning