Monday, October 12, 2015

Kali Linux

Download Kali Linux Images

kali-special-features-ISO
We generate fresh Kali Linux image files every few months, which we make available for download. This page provides the links to download Kali Linux in it’s latest release. For a release history, check our Kali Linux Releases page.
Image NameDirectTorrentSizeVersion
SHA1Sum
Kali Linux 64 bitISOTorrent3.1G
2.0
aaeb89a78f155377282f81a785aa1b38ee5f8ba0
Kali Linux 32 bitISOTorrent3.2G
2.0
6e5e6390b9d2f6a54bc980f50d6312d9c77bf30b
Kali Linux 64 bit LightISOTorrent0.8G
2.0
fc54f0b4b48ded247e5549d9dd9ee5f1465f24ab
Kali Linux 32 bit LightISOTorrent0.9G
2.0
bd9f8ee52e4d31fc2de0a77ddc239ea2ac813572
Kali Linux 64 bit miniISON/A28M
2.0
5639928a1473b144d16d7ca3b9c71791925da23c
Kali Linux 32 bit miniISON/A28M
2.0
4813ea0776612d4cc604dfe1eaf966aa381968ae
Kali Linux armelImageTorrent2.1G
2.0
99a2b22bc866538756b824d3917d8ed62883ab12
Kali Linux armhfImageTorrent2.0G
2.0
f57335aa7fb2f69db0271d82b82ede578cb1889e

Download Kali Linux VMware and VirtualBox images

Are you looking for Kali Linux VMWare or VirtualBox images? The good folks at Offensive Security (who are also the funders, founders, and developers of Kali Linux) have generated alternate flavours of Kali using the same build infrastructure as the official Kali releases. VMWare, VirtualBox and ARM architecture Kali images produced by Offensive Security can be found at the Official Offensive Security Kali Linux ARM and VMWare Images page.

Download Kali Linux Images Securely

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 Kali Linux Download 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
# ...and verify that the displayed fingerprint matches the one below
$ gpg --list-keys --with-fingerprint 7D8D0BF6
pub 4096R/7D8D0BF6 2012-03-05 [expires: 2018-02-02]
Key fingerprint = 44C6 513A 8E4F B3D3 0875 F758 ED44 4FF0 7D8D 0BF6
uid Kali Linux Repository <devel@kali.org>
sub 4096R/FC0D0DCB 2012-03-05 [expires: 2018-02-02]
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.

Want an Updated or Custom Kali Image ?

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
./build.sh --distribution sana --verbose

No comments: