Plink.exe
Using PuTTY link (plink) and proxifier and mstsc.exe
Assuming that we have this diagram, windows (attacker) -> windows (victim) -> linux (victim)

Start plink and create a dynamic port forwarding on port 9050 on the windows machine
plink -D 9050 ubuntu@10.129.15.50
Use proxifier as alternative to proxychains(?)
Start mstsc.exe on the Windows so we can RDP to Windows Victim
Last updated