Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 2.32 KB

macOS42_setup.md

File metadata and controls

44 lines (26 loc) · 2.32 KB

MacOS 42 network iMacs setup:

  1. Download the provided .iso image and install Oracle Virtualbox via Managed Software Center if needed.

    You can use "goinfre" if you don't have enough space on the device for the VM.

  2. 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"
  1. Once you have your ".vdi" file, In Oracle Virtualbox, click on "New" button

    image

    Enter your preferred VM name in the "Name" field and tick the "Use an existing virtual hard disk drive" box

    image

    Click on the folder icon, then on "Add" and import your ".vdi" file to use it as an existing virtual hard disk file.

    image

    Press "Create".

  2. Follow this quick guide to create a Host-only network for your new virtual machine.

  3. 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 step 4 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:

      image

  4. Press "OK". Your VM is ready, you can click on "Start" to launch it!

  5. At this point, you will get a window of the kind:

image

  1. Just navigate to the IP address provided in your browser and you will get on the homepage of the website you need to break!

image