Kali VM

I typically prefer to install it myself(using the ISO), BUT you can grab a pre-made VM (using 7-Zip to extract it) from them. I have VMWare Workstation Pro but Player works just as well. You can go with either VMWare or Virtualbox, both work and it just comes down to personal preference on the application and what you're use to.

Obviously your setup may differ depending on your system specs. I typically go with 4GB(4096 MB) of RAM per VM, 2 processors and 2 cores per processor but I am running with 32GB of RAM and an Intel i7-10750H.

If you need to, you can start with 4 or 8GB of RAM and 2 processors and 2 core per processor, for the install so it goes faster then drop it down to 2 or 4GB of RAM and 2 processors and 1 core per processor for the victim machines.

Kali ISO Starting

We will start with the Typical configuration

Then install choose "I will install the Operating System Later"

Select Linux, then select the Debian 64-bit version.

Give the machine a name and choose where to save it

Select the size of the VM. This will NOT the overall size, this is just the max size of the VMs HDD space and will fill up as we add more to the VM that takes up space.

If this VM will be on a PC and not be used from an external HDD or moved around you can store it as a single file but if you plan on using this VM on other PC or from an external HDD it's a better idea to split it into multiple files.

Depending on your space, you can edit how much you want. I usually go 60GB or 80GB depending.

Finally we can now customize our hardware. This is where we can customize the RAM, Processors, ISO files, Network Settings, etc. This is where we select our Kali ISO.

Kali ISO Installation

Now we close that and can start our VM and install it. Once we start the VM, it'll take us to a list, I'm going to choose Graphical Install

Choose your language and Region

Choose your Keyboard layout

Give the machine a hostname

If you have a domain name you would like this to utilize, input it here. I will be leaving mine blank.

Choose a username for your account

Input a password for the user

Choose the timezone for the VM

For a Vm, we will use the entire disk.

Pick the disk you would like to use

Pick how you may want to partition the drive. Usually for a VM instance, you can put everything into one partition.

Verify the partition changes

Let the VM Install

Choose if you want another Desktop Environment(DE) or if you do/don't any extra tools to bein installed

After that finishes installing, choose to install the GRUB bootloader

Once install is finished, you'll beboot the system and done!


Post Install

Once we're in, it's a good idea to open the terminal, and we update everything with sudo apt update && sudo apt upgrade -y.

Now is when you will want to shut down the VM and adjust RAM and Processors if needed. Drop it for 2GB or 4GB of RAM and 1 or 2 processors.

From here you can explore and find things, change settings, and learn. I HIGHLY recommend creating a snapshot after you have this done and setup so that way you can always revert back to that snapshot if needed if something breaks or you just need to clean things up.

I recommend using some additional software such as PimpMyKali from DeWalt.


Kali VM

VMWare

Download the .7z file and extract it with 7Zip in whatever manor that works for you.

With the VM extracted, within VMWare, File > Open, then navigate to the directory with the .vmx file.

From here, you can see the default settings on the site, but can edit them better suited to your machine.

Upon launching, the default credentials are be the word kali for the username AND password.


Virtualbox

Download the .7z file in the and extract it with 7Zip in whatever manor that works for you.

With the VM extracted, select the add button, then navigate to the directory with the .vbox file.

From here, you can see the default settings on the site, but can edit them better suited to your machine.

Upon launching, the default credentials are be the word kali for the username AND password.


Post Install

Once we're in, it's a good idea to open the terminal, and we update everything with sudo apt update && sudo apt upgrade -y.

Now is when you will want to shut down the VM and adjust RAM and Processors if needed. Drop it for 2GB or 4GB of RAM and 1 or 2 processors.

From here you can explore and find things, change settings, and learn. I HIGHLY recommend creating a snapshot after you have this done and setup so that way you can always revert back to that snapshot if needed if something breaks or you just need to clean things up.

I recommend using some additional software such as PimpMyKali from DeWalt.

Last updated