SSH Shuttle

Uses apt-get to install the tool sshuttle.

sudo apt-get install sshuttle 

Runs sshuttle, connects to the target host, and creates a route to the 172.16.5.0 network so traffic can pass from the attack host to hosts on the internal network (172.16.5.0).

sudo sshuttle -r ubuntu@10.129.202.64 172.16.5.0 -v

Last updated