ToolsFebruary 9, 20261 min readby 0xt0pus

sshuttle

Transparent proxy VPN over SSH for routing traffic through a pivot host


Sshuttle

Description

Sshuttle is a transparent proxy server that works as a VPN over SSH. It sets up routing on the Kali machine so that any requests to specified subnets are pushed through the SSH connection transparently.

Usage 1: Route Traffic Through SSH Connection

Specify the SSH connection and subnets to tunnel.

Command:

sshuttle -r database_admin@192.168.50.63:2222 10.4.50.0/24 172.16.50.0/24