Lab Exercises
Activity 7.1: Capturing Hashes
In this activity, you will capture an NTLM hash used between two Windows systems. Microsoft provides free Windows virtual machines at https://developer.microsoft .com/en-us/microsoft-edge/tools/vms/. You can download any of the Microsoft virtual machines you wish, for any of the virtualization tools that you may have access to. Since we have used VirtualBox throughout the book, this example will presume Windows 10 and VirtualBox are the pairing of choice.
- Import the VM into VirtualBox and make sure it boots and that you can log into it. Set it to be on the same internal NAT network as your Kali Linux system. Enter the system settings in Windows and change its name to Server.
- Shut down the VM. From inside the VirtualBox main window, right-click the VM and select Clone. Follow through the dialogs. Once the clone is complete, boot the system and rename it Target.
- Boot the Server system. Using the administrative controls, create a new user and...