๐ชWindows
Metasploit
Plink.exe
It is a Microsoft tool that performs the functions that SSH would perform on a UNIX system. It is an old tool but since it is a static binary we can pass it from our team to execute it on the victim.
We must raise the ssh server on our computer, I in this case create a user to not reveal the credentials.
Now on the victim machine we will use plink in remote port forwarding mode, the syntax is similar to that of the ssh.
NETSH
In this case we will use a microsoft tool that is found by default so if you can not upload files it will be a good option. In despite of this we must be administrator.
In the victimโs machine we will have to execute this command that will have a proxy port that will forward the port traffic of the address that we indicate in the connect address and connect port.
In our machine we will have to connect in the same way as in some previous ones.
Last updated