Socks Forwarding
SSH
From here https://theyhack.me/Proxychains-Double-Pivoting/
ssh -f -N -D 127.0.0.1:1111 carlitos@10.10.10.10pivotnacci
From here https://github.com/blackarrowsec/pivotnacci
Ligolo‐ng
From here https://github.com/nicocha30/ligolo-ng
chisel
From here https://github.com/jpillora/chisel
It's the same for both Windows and Linux
Server:
chisel server -p 1080 --reverseClient:
chisel client 10.10.10.10:1080 R:1111:socksActivate proxy:
# cat /etc/proxychains.conf
# ...
socks5 127.0.0.1 1111Last updated