Skip to content

SSH for Windows plink.exe

  • Plink - PuTTY Link
  • Windows command-line SSH tool that comes as a part of the PuTTY package
  • Older machines have PuTTY installed. Newer machines use OpenSSH
  • plink -ssh -D 9050 ubuntu@10.129.15.50
  • Windows based attack host and you want to connect to the Windows machine (internal network)

Proxifier

  • https://www.proxifier.com/
  • start a SOCKS tunnel via the SSH session
  • After configuring the SOCKS server for 127.0.0.1 and port 9050, we can directly start mstsc.exe to start an RDP session with a Windows target that allows RDP connections.