12-12-2022, 09:30 PM
Cool SSH command to use instead of Chisel (dynamic port forwarding using socks5 proxy through ssh)
ssh -J null1@$IP:22,null2@$IP2:2222,null3@$IP3:22 -N -D 127.0.0.1:1080 -p 222
stolen from @skys
ssh -J null1@$IP:22,null2@$IP2:2222,null3@$IP3:22 -N -D 127.0.0.1:1080 -p 222
stolen from @skys
just some guy