Last updated 4 months ago
From here
ssh -f -N -D 127.0.0.1:1111 carlitos@10.10.10.10
It's the same for both Windows and Linux
Server:
chisel server -p 1080 --reverse
Client:
chisel client 10.10.10.10:1080 R:1111:socks
Activate proxy:
# cat /etc/proxychains.conf # ... socks5 127.0.0.1 1111