User Tools

Site Tools


secres:wpad

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
secres:wpad [2017/10/20 15:35] – created orelsecres:wpad [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 5: Line 5:
   * http://www.netresec.com/?page=Blog&month=2012-07&post=WPAD-Man-in-the-Middle   * http://www.netresec.com/?page=Blog&month=2012-07&post=WPAD-Man-in-the-Middle
  
-//todo//+ 
 +== 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.1508513711.txt.gz · Last modified: 2024/03/18 15:05 (external edit)