Downlaoding and Generating Kali Linux


Kali Linux allows you to generate updated ISOs of Kali using Debian live-build scripts on the fly. The easiest way to generate these images is from within a Kali Linux environment as follows.
You will first need to install the live-build and cdebootstrap packages:
apt-get install git live-build cdebootstrap
Next, we clone the Kali cdimage Git repository as follows:
git clone git://git.kali.org/live-build-config.git
Now you can change to the live directory under cdimage.kali.org and build your ISO.
cd live-build-config
lb clean --purge
lb config
lb build