- Download the provided .iso image and install Oracle Virtualbox
- Since Oracle Virtualbox doesn't support .iso files, you can convert it to a supported format ".vdi" by running the following command in the terminal
VBoxManage convertfromraw --format VDI "Complete-path-to-ISO-file" "Complete-path-to-VDI-file"
- You might need to install "virtualbox" package.
- If any other dependencies are needed, the terminal line will display the corresponding message
-
Once you have your ".vdi" file, In Oracle Virtualbox, click on "New" button
Click on "Next" button until you see this option. Tick the "Use an existing virtual hard disk drive" box
Click on the folder icon, then on "Add" and import your ".vdi" file to use it as an existing virtual hard disk file.
-
Follow this quick guide to create a Host-only network for your new virtual machine.
-
Once finished, click on "Settings" button on your newly created virtual machine and go to the "Network" section
- In "Attached to" section, choose "Host-only Adapter"
- If you followed the previous step correctly, the name of your new Host-only adapter should appear as an option in the field "Name"
- In "Promiscuous Mode" select "Allow VMs"
- Your window should now look like this:
-
Press "OK". Your VM is ready, you can click on "Start" to launch it!
-
At this point, you will get a window of the kind:
- Just navigate to the IP address provided in your browser and you will get on the homepage of the website you need to break!