Penetration Test (1): Install kali Linux and virtualboxkali in Virtualbox
1. about Kali linux
Kali Linux is a Debian-based Linux release designed for digital forensics and penetration testing. Maintained and funded by Offensive Security Ltd. Mati Aharoni and Devon Kearns of Offensive Security are the first to rewrite BackTrack, which is the Linux release [1] They wrote earlier.
Kali Linux is pre-installed with many penetration testing software, including nmap, Wireshark, and John the Ripper ), and Aircrack-ng (a software that should be used for penetration testing on the wireless LAN ). [2] users can run Kali Linux Through hard disks, live CD, or live USB. Metasploit's Metasploit Framework supports Kali Linux and Metasploit is a set of tools for developing and executing Exploit code for remote hosts.
From: http://zh.wikipedia.org/wiki/Kali_Linux
2. Download ISO & Install
:
Https://www.kali.org/downloads/
The download size is 3 GB, which is relatively large. It is best to use Baidu pan for offline download.
Install Virtualbox and map the iso file directly.
Install:
Set the root password and log on to the root account.
Select disk format. The default format is OK.
Complete partitioning
Write Modification
Then the default installation is completed. Wait until the installation is complete and restart.
3. Enter the system
System logon interface. Log On with the root account. Is a derivative version of debian.
After entering the system, a lot of penetration testing software is installed by default.
4. Summary
Kali Linux is a derivative version of debian. It is more convenient to have a graphical interface. Next, we will continue to study penetration testing tools.