Before you start attacking the Double Trouble machine, it’s important to set up your lab environment properly.
- Connect Both VMs to a Bridged Network Adapter:
Ensure that both your Kali Linux attacking machine and the Double Trouble target VM are configured to use a bridged network adapter. This setup places both machines on the same local network, enabling seamless communication between them. - Power On Both Machines:
Boot up Kali Linux and the Double Trouble VM. - Discover Double Trouble’s IP Address:
On your Kali Linux terminal, run the following command to scan the local network and identify active devices:
sudo netdiscover
This scans your subnet and lists all detected IP.
Identify the Target IP:
From the list, find the IP address corresponding to the Double Trouble VM. Its MAC address might help you identify it if you’re unsure. The IP address will look something like 192.168.1.28
but may vary depending on your network.