Steps to Install Kali Linux ISO image


Step 1 Download Kali Linux Image

First, you have to download the latest iso image of Kali Linux. To download Click Here:


Step 2 Set up VirtualBoxOpen Virtual Box. 

If you do not yet install it then install it from their official website.



Launch VirtualBox Manager and click the New icon.

a. Set a name and version to Debian 64bit.

b. Now set the memory size.


c. Click next. Next. Here set the size of the disk. Click create.


Step 3: Settings for VirtualBox

Click on display. Here increase the video memory.

Now go to the storage section. Here upload the downloaded iso file. Now click ok.

Step 4. Initialize Kali Linux.

Click start to start the machine and choose Graphical Install and hit Enter.

Select language and click continue > select the location.

No need to set the name server, so click continue.

Now set up users and passwords.

Now configure the clock and click continue.


Now we have to configure the partition disk. Select the software and click continue.


Now install the GRUB bootloader.


After the whole things reboot the system.

Step 5. Start Kali Linux

Here log in with the user name and password.

Now you are on the Kali screen.

kali


Step-6 Install Guest Box

After installation, you have to do one more thing. You have to install a virtual box guest box. Before that update and upgrade your Kali using this command.

mrdev@kali:~$  sudo apt-get update && sudo apt-get upgrade -y

Now at the bottom section click Device and Insert Guest Additions CD image.


Now we have to install this tool on kali. First, we have copied the file to a new folder. For this purpose open the terminal and type the following command.

┌──(mrdev㉿kali)-[~/Desktop]
└─$ mkdir VBox
┌──(mrdev㉿kali)-[~/Desktop]
└─$ cp -r /media/cdrom0/ VBox

Let's install "VBoxLinuxAdditions.run" it.

┌──(mrdev㉿kali)-[~/Desktop]
└─$ cd VBox
┌──(mrdev㉿kali)-[~/Desktop/VBox]
└─$ cd cdrom0
┌──(mrdev㉿kali)-[~/Desktop/VBox/cdrom0]
└─$ sudo chmod +x ./VBoxLinuxAdditions.run
┌──(mrdev㉿kali)-[~/Desktop/VBox]
└─$ sudo ./VBoxLinuxAdditions.run

After completion reboots the system. 


Step-7 Download Kali Linux Images Securely

When you download an image, be sure to download the SHA256SUMS and SHA256SUMS.gpg files that are next to the downloaded image (i.e. in the same directory on the Kali Linux Download Server). Before verifying the checksums of the image, you must ensure that the SHA256SUMS file is the one generated by Kali. That’s why the file is signed by Kali’s official key with a detached signature in SHA256SUMS.gpg. Kali’s official key can be downloaded like so:


Once you have downloaded both SHA256SUMS and SHA256SUMS.gpg, you can verify the signature as follows:


If you don’t get that “Good signature” message or if the key ID doesn’t match, then you should stop the process and review whether you downloaded the images from a legitimate Kali mirror.

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Ok, Go it!