Port Forwarding Tools
Plink
plink -D 9050 ubuntu@<IP>Proxifier
Sshuttle
sshuttle -r ubuntu@10.129.202.64 <target-ip-subnet> -v Rpivot
# Setup Server
python2.7 server.py --proxy-port 9050 --server-port 9999 --server-ip 0.0.0.0
# Upload client.py to Target
# On Target machine
python2.7 client.py --server-ip <IP> --server-port 9999Netsh
Last updated