SShuttle
This removes the need to configure proxychains
Installing sshuttle
$ sudo apt-get install sshuttle
Running sshuttle
$ sudo sshuttle -r ubuntu@10.129.202.64 172.16.5.0/23 -v
Sshuttle creates an entry in our iptables
to redirect all traffic to the 172.16.5.0/23 network through the pivot host
Traffic routing through iptables Routes
Note: now that the traffic is redirected in the iptables, we can run tools normally
$ nmap -v -sV -p3389 172.16.5.19 -A -Pn
Last updated