Lance Grover

Lance Grover

Proxy web traffic through your linux server?

Posted date:


sshuttle is a fun little application that basically acts as a quick and easy VPN over ssh.

As an ethical hacker you can also use this to proxy your traffic over this connection….think of the possibilities.

This is an easy one to setup, first on the server side just make sure you have python installed. Then on the client side you need to have sshuttle installed and on the client side you will need root level access since you are changing routing and firewall rules.

Now to actually start routing traffic over ssh:

sshuttle -r username@sshserver 0.0.0.0/0 -vv

to route dns traffic

sshuttle --dns -vvr username@sshserver 0/0