Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################################
- OFFICIAL KALI LINUX Download/Website: https://www.kali.org/downloads/
- #########################################################################################################
- WHAT IS KALI LINUX? http://en.wikipedia.org/wiki/Kali_Linux
- Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewrite of BackTrack, their previous forensics Linux distribution.
- Kali Linux is preinstalled with numerous penetration-testing programs, including nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper (a password cracker), Aircrack-ng (a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP (both web application security scanners).[3][4] Kali Linux can run natively when installed on a computer's hard disk, can be booted from a live CD or live USB, or it can run within a virtual machine. It is a supported platform of the Metasploit Project's Metasploit Framework, a tool for developing and executing security exploits.
- Kali Linux is distributed in 32- and 64-bit images for use on hosts based on the x86 instruction set, and as an image for the ARM architecture for use on the Raspberry Pi computer and on Samsung's ARM Chromebook.
- #########################################################################################################
- Kali Linux 64 bit ISO 1.0.9a ISO Torrent 2.9G 2744d50f56c3d6332bc75e676f36aad3058d0aad
- Kali Linux 32 bit ISO 1.0.9a ISO Torrent 3.0G 89acef59694abc6858da681bb466355f6a31fdb6
- Kali Linux ARMEL Image 1.0.9a Image Torrent 2.1G 5e98e48a26c877fa3ab288bcc62eb6993c4c2139
- Kali Linux ARMHF Image 1.0.9a Image Torrent 2.0G 06a849d325e397e1703b8e2769c472a7f215311c
- #########################################################################################################
- PDF DOCUMENTS:
- #########################################################################################################
- OFFICIAL KALI LINUX DOCUMENTATION: http://adf.ly/v4xTH
- KALI LINUX COOKBOOK: http://adf.ly/v4xSj
- Mastering Kali Linux for Advanced Penetration Testing: http://adf.ly/v4xUA
- Web Penetration Testing with Kali Linux: http://adf.ly/v4xV6
- Hacking with Kali (Practical Penetration Testing Techniques): http://adf.ly/v4xVi
- #########################################################################################################
- NOTE:
- **************************************************************************************************************************************
- When you download an image, be sure to download the SHA1SUMS and SHA1SUMS.gpg files that are next to the downloaded image (i.e. in the same directory on the server). Before verifying the checksums of the image, you must ensure that the SHA1SUMS file is the one generated by Kali. That’s why the file is signed by Kali’s official key with a detached signature in SHA1SUMS.gpg. Kali’s official key can be downloaded like so:
- $ wget -q -O - https://www.kali.org/archive-key.asc | gpg --import
- #or
- $ gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6
- Once you have downloaded both SHA1SUMS and SHA1SUMS.gpg, you can verify the signature as follows:
- $ gpg --verify SHA1SUMS.gpg SHA1SUMS
- gpg: Signature made Thu Mar 7 21:26:40 2013 CET using RSA key ID 7D8D0BF6
- gpg: Good signature from "Kali Linux Repository <devel@kali.org>"
- 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.
- **************************************************************************************************************************************
- Feeling a little more adventurous? Want to build the latest version of Kali? Want to customize your ISO? Looking for KDE, LXDE, MATE, XFCE and other customizations? This is the option for you. With everything set up correctly, the basic process is as simple as:
- apt-get install git live-build cdebootstrap
- git clone git://git.kali.org/live-build-config.git
- cd live-build-config
- lb config
- lb build
- **************************************************************************************************************************************
- //Credits: Kali-Linux Website, Wikipedia, and the following linked Documentation
- //BaSs_HaXoR
- (pun)-> http://prntscr.com/5eg58p (This captcha for pastebin got serious! xD)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement