SSH Tunneling
Port Forwarding
ssh -D 7000 qu35t@qu35t.pw
Proxychains
Add this following line at the end of the /etc/proxychains.conf file.
socks5 127.0.0.1 7000
Last updated
ssh -D 7000 qu35t@qu35t.pw
Add this following line at the end of the /etc/proxychains.conf file.
socks5 127.0.0.1 7000
Last updated