Differences between revisions 1 and 2
Revision 1 as of 2025-02-25 23:46:33
Size: 984
Editor: scot
Comment:
Revision 2 as of 2025-02-25 23:46:58
Size: 1003
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
Last but not least, got to a website that you would ordinarily not be allowed to go to. Last but not least, go to a website that you would ordinarily not be allowed to go to, like the one above.

Socks Proxy

Suppose you want to go to a website like exploit-db.com. What you can't get there from here? Ok, let's do that think that people on television do all the time and bounce our signal around a bit. We can do this with a simple SOCKS proxy for our browser.

# ssh -i [cert] -D [port] -N user@server.com

On Firefox setup a SOCKS 5 proxy:

  1. Settings, General (scroll to the bottom - or just search for proxy)
  2. Network Settings: Settings...
  3. Manual proxy configuration
  4. SOCKS Host = localhost
  5. Port = 7777 (or something that is open)
  6. Check SOCKS v5
  7. Check Proxy DNS when using SOCKS v5
  8. Click OK

Check your IP address by searching "what's my IP" on www.google.com. If you didn't get to Google, you did something wrong. Check that your IP is listed as the same as the server you connected to via ssh.

Last but not least, go to a website that you would ordinarily not be allowed to go to, like the one above.

NetworkSecurity/SocksProxy (last edited 2025-02-25 23:46:58 by scot)