👾Pivot
How to access more subnets.
Port Forwarding
Using SSH
ssh -L YOUR_PORT:localhost:PORT_EXPOSED USERNAME@IP_ADDRESSUsing chisel
./chisel server -p 5555 --reverse./chisel client 10.10.16.8:5555 R:8890:172.17.0.1:3000SOCKS Tunnels
SSH
ssh -D 1080 -q -N -i id_rsa [email protected]Chisel
Last updated