How to install Kali Linux
Objective
Install Kali LinuxDistributions
You'll just need a working install of something to make the install USBRequirements
A free hard drive to install KaliDifficulty
EasyConventions
- # - requires given linux command to be executed with root privileges either directly as a root user or by use of
sudo
command - $ - given linux command to be executed as a regular non-privileged user
Introduction
Kali Linux is a powerful toolkit for security testing. In most cases, you can simply run it temporarily from a USB drive, but there are occasions when you want a dedicated Kali install for longer term testing. Please keep in mind that Kali is not a general purpose Linux distribution. It is not intended for daily use and may(ironically) prove insecure.Make The USB
Before you can get started, you're going to need an install medium. A USB drive is usually the best option. Head over to the Kali download page, and grab an image. The first option is usually the best choice. Once you have your image, insert your USB drive. Make sure the drive's empty. You'll lose everything on it. Find your drive location. You can use GParted if you're lazy. When you're absolutely sure you have the right drive, flash your image withdd
.$ sudo dd if="kali-linux-XXXX.X-amd64.iso of=/dev/sdX bs=8MIt'll take some time to write, so be patient.
This comment has been removed by a blog administrator.
ReplyDeletePost a Comment