Event prerequisites
Installing Kali image file
Installing virtual box
- Visit virtual box.
- Click on Download Virtual Box 7.0.
- Click on Windows hosts.
- Install Virtual box using the .exe file downloaded.
- Give the permissions and wait for the setup wizard to open.
- Click on next.
- Keep clicking on ‘yes’.
- Click and Install.
You have succesfully installed Kali image file and Virtual box software.
Installing using command line interface.
- Open powershell in the desired directory by using
cd
command or using shift right click in the file explorer.
- Run the following command to download Kali image file:
Invoke-WebRequest -Uri https://cdimage.kali.org/kali-2023.4/kali-linux-2023.4-installer-amd64.iso -OutFile kali.iso
- Run the following command to download Virtual Box VM:
Invoke-WebRequest -Uri https://download.virtualbox.org/virtualbox/7.0.0/VirtualBox-7.0.0-153978-Win.exe -OutFile VirtualBox.exe
- Open the .exe file downloaded and install using the setup wizard.
After Installing prerequisites
Enabling Virtualization technology (For Windows)
You will need to Restart your pc in between the process so make sure you are viewing this tutorial any device other than your pc.
- Open
Settings
>>Windows Update
>>Advanced Options
.
- Click on
Recovery
.
- Click on
Restart now
from Advanced Startup
option.
Your system will restart and show a Menu.
- Scroll using arrow keys and press Enter on
Troubleshoot
.
- Next go to
UEFI Firmware Settings
>>Restart
.
It might take a while for your pc to restart and show another drop down menu.
- Press F10 for
BIOS Setup
.
- Go to the
Configuration Menu
>> Virtualization Technology
.
- Press Enter to enable it.
- Go to
Exit
and select Save Changes and Exit
.
Credits: secuRIT Core :)
Edit this page