Port Redirection and Tunneling
SSH Tunneling
Local Port Forwarding
Remote Port Forwarding
Dynamic Port Forwarding
This command creates a SOCKS proxy listening at <local-port>. It is required to configure the browser to point to the SOCKS proxy at <local-port> to redirect all traffics to <remote-host>.
Proxychains
Change proxy value to desired proxy server.
/etc/proxychains.conf
Usage
Metasploit Usage
Add route to a destined subnet through a session
Run socks4a server to listen traffics from proxychains
References
Last updated