November 2019
Beginner
550 pages
13h 14m
English
Now that we have obtained user credentials for a target Microsoft Windows system, let's attempt to connect remotely. For this exercise, we are going to use the rdesktop client, which is already pre-installed within Kali Linux. Let's get started:
rdesktop -u <username> -p <password> <target's IP address>
The following snippet is an example of using the rdesktop tool with all the necessary details:

Read now
Unlock full access