Port Redirection and Tunneling
SSH Tunneling
Local Port Forwarding
ssh -L <local-port-to-listen>:<remote-host>:<remote-port> remote-hostRemote Port Forwarding
ssh -R <remote-port-to-listen>:<local-host>:<local-port> remote-hostDynamic Port Forwarding
ssh -D <local-port-to-listen> <remote-host>Proxychains
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050Usage
Metasploit Usage
References
Last updated