Lab Exercise - Building A Cybersecurity Lab
Lab Exercise - Building A Cybersecurity Lab
Objectives
▪ Part A: Installation o f t h e a tt a c k e r m a c h i n e
▪ Part B: Installation of target machine
▪ Part C: Connecting the VMs on VirtualBox
Required Resources
In Part one, you will download and install desktop virtualization software, and
download an image file that can be used to complete labs throughout the course. For
this lab, the virtual machine is running Linux.
▪ Once extracted from zipped folder, You will see two files a VDI (virtual disk
image) which is the virtual harddisk and VMD file which is virtualbox machine
file.
▪ Doubleclick on VMD file. (If virtualbox isn’t the default application, open it with
virtualbox.)
▪ The OS now opens into Virtualbox.
Firstly check the network interfaces and current ip address on the VM using ifconfig
command.
On Desktop > Right click > Open
terminal # sudo su
# sudo ifconfig | less
Note: If you get an error, it means ‘net-tools’ package is not installed. Install the
package using the comand ‘apt-get install net-tools’
The first interface is a NAT interface and should have an IP address automatically
assigned whereas the second interface should not have any ip address.