Brand new KaliLinux system installation guide

Source: Internet
Author: User
The KaliLinux system is the best out-of-the-box Linux release for security testing. Many tools and software in Kali can be installed in most Linux distributions, the OffensiveSecurity team invested a lot of time in the development of the Kali system to improve this Linux release for penetration testing and security auditing. Kali Linux is the best out-of-the-box Linux release for security testing. Many tools and software in Kali can be installed in most Linux distributions, the Offensive Security team invested a lot of time in the development of the Kali system to improve this Linux release for penetration testing and Security auditing.

Kali Linux is a security-oriented release version based on Debian. The system is well known for its pre-installation of hundreds of well-known security tool software.

Kali, even in the information security field, also has a high-gold certification called "Kali penetration testing (Pentesting with Kali)" certification. The applicant must successfully intrude into multiple computers within 24 hours of the difficulty, and then complete the penetration test report within 24 hours and send it to the Security personnel of Offensive Security for review. The person who passes the test will receive the OSCP certificate.

This installation guide and later articles are mainly used to help individuals familiarize themselves with the use of Kali Linux systems and some of the tool software.

Exercise caution when using tools under Kali, because improper use of some of these tools will cause computer system damage. Please use the information contained in all Kali series articles in a legal way.

System requirements

The Kali system has some basic hardware requirements and suggestions. You can configure higher configurations based on your purpose. In this article, we assume that the reader wants to install kali as the only operating system on the computer.

At least 10 GB of disk space. we strongly recommend that you allocate more storage space.

At least 512 MB of memory; more memory is needed, especially in the graphic interface.

Supports USB or CD/DVD boot.

Kali Linux ISO image

Use the dd command to create a USB boot tool

This article assumes that you can use a USB device to boot the installation system. Use a 4 GB or 8 gb usb device whenever possible, and all data on the device will be deleted.

The author of this article encountered problems when using a larger USB device during installation, but other people should still be able. In any case, the following installation steps will clear data from the USB device.

Make sure to back up all data before you start. The USB boot device used to install the Kali Linux system will be created on another machine.

The first step is to obtain the ISO image file of the Kali Linux system. This guide will use the latest version of Kali Linux containing the Enlightenment desktop environment for installation.

Enter the following command on the terminal to obtain the ISO image file of this version.

$ cd ~/Downloads $ wget -c http://cdimage.kali.org/kali-2016.2/kali-linux-e17-2016.2-amd64.iso

The above two commands will download the ISO image file of Kali Linux to the Downloads Directory of the current user.

The next step is to write the ISO image to the USB device to start the installation program. We can use the dd command in Linux to complete this operation. First, the USB device can be found under the lsblk command.

$ lsblk

Confirm the USB device name in Linux

Determine the name of the USB device as/dev/sdc. you can use the dd tool to write the Kali system image to the USB device.

$ sudo dd if=~/Downloads/kali-linux-e17-2016.2-amd64.iso of=/dev/sdc

Note: The preceding command requires the root permission. Therefore, use the sudo command or log on with the root account to execute the command. This command will delete all data from the USB device. Make sure you have backed up the required data.

Once the ISO image file is completely copied to the USB device, you can install the Kali Linux system.

Install Kali Linux

1. first, insert the USB device to the computer where the Kali operating system is to be installed, and then boot the system from the USB device. Once the system is successfully started from the USB device, you will see the following graphic interface, select the "Install" or "Graphical Install" option.

This guide uses the "Graphical Install" method for installation.

Kali Linux Enlightenment desktop

Now, you have successfully installed the Kali Linux system and can use it. In subsequent articles, we will discuss some useful tools in the Kali system and how to use these tools to detect the security of hosts and networks.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.