secres:wpad
WPAD Man-in-the-Middle
Manual Proxy Configuration
$ export http_proxy=http://your.proxy.server:port $ curl http://www.example.com
or
$ curl http://www.example.com --proxy http://your.proxy.server:port
Get WPAD proxy
$ curl http://wpad/wpad.dat > proxy
Install a proxy
- Socks Proxy : The most simple way to do set a Socks Proxy is via a SSH tunnel : ssh -D 8080 yourserver.com
- HTTP Proxy : https://tinyproxy.github.io/
secres/wpad.txt · Last modified: 2024/03/18 15:06 by 127.0.0.1