Operator On The Wire
Join
← Back to Knowledge Base
RED TEAM / PIVOTING / TUNNELING

(SSH) SSHuttle

Prerequisites

  • sshuttle installed 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.0 network through the SSH connection.
  • Provides a “poor man's VPN” where internal hosts are reachable directly.