Hacking

From rbachwiki
Revision as of 23:37, 7 August 2016 by Bacchas (talk | contribs) (Created page with "== Port Tunneling and Socks5 Proxies with a Secure Shell (SSH) == <pre> ssh -D. The -D option specified a local Dynamic application-level port forwarding. Any connection made...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Port Tunneling and Socks5 Proxies with a Secure Shell (SSH)

ssh -D. The -D option specified a local Dynamic application-level port forwarding. Any connection made to the specified port goes through the tunnel as a SOCKS4 or SOCKS5 proxy. Perfect for secure web browsing

Usage: ssh user@111.111.111.111 -D 8080

Open firefox and change the network settings/Manual Proxy/Socks Host to: 127.0.0.1 Port 8080