Plink.exe

Using PuTTY link (plink) and proxifier and mstsc.exe

Assuming that we have this diagram, windows (attacker) -> windows (victim) -> linux (victim)

  1. Start plink and create a dynamic port forwarding on port 9050 on the windows machine

plink -D 9050 ubuntu@10.129.15.50
  1. Use proxifier as alternative to proxychains(?)

  1. Start mstsc.exe on the Windows so we can RDP to Windows Victim

Last updated