Prerequisites
sshuttleinstalled on the attack machine.
sudo apt-get install sshuttle
- SSH access to a remote host that can reach internal networks.
Core Command
sudo sshuttle -r ubuntu@10.129.202.64 172.16.5.0 -v
- Connects to
ubuntu@10.129.202.64. - Routes traffic for the
172.16.5.0network through the SSH connection. - Provides a “poor man's VPN” where internal hosts are reachable directly.