Others tools for pivoting

SSH for Windows: plink.exe

Using Plink.exe

plink -ssh -D 9050 ubuntu@10.129.15.50

SSH Pivoting with Sshuttle

b0ySie7e@htb[/htb]$ sudo apt-get install sshuttle

Running sshuttle

b0ySie7e@htb[/htb]$ sudo sshuttle -r ubuntu@10.129.202.64 172.16.5.0/23 -v 

Traffic Routing through iptables Routes

b0ySie7e@htb[/htb]$ nmap -v -sV -p3389 172.16.5.19 -A -Pn

Web Server Pivoting with Rpivot

Cloning rpivot

Installing Python2.7

Alternative Installation of Python2.7

Running server.py from the Attack Host

Transfering rpivot to the Target

Running client.py from Pivot Target

Confirming Connection is Established

Browsing to the Target Webserver using Proxychains

Connecting to a Web Server using HTTP-Proxy & NTLM Auth

Port Forwarding with Windows Netsh

![[Pasted image 20241019011744.png]]

Using Netsh.exe to Port Forward

Verifying Port Forward

Last updated