Hacking
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