Kali Linux 2020.2 Release – Penetration Testing and Ethical Hacking Linux Distribution
We are incredibly excited to announce the second release of 2020, Kali Linux 2020.1.2
A quick overview of what’s new since January:
- KDE Plasma Makeover & Login
- PowerShell by Default. Kind of.
- Kali on ARM Improvements
- Lessons From The Installer Changes
- New Key Packages & Icons
- Behind the Scenes, Infrastructure Improvements
KDE Plasma Makeover & Login
PowerShell by Default. Kind of.
kali@kali:~$ sudo apt install -y powershell
kali-linux-large
. This means, if you choose to install this metapackage during system setup, or once Kali is up and running (sudo apt install -y kali-linux-large
), if PowerShell is compatible with your architecture, you can just jump straight into it (pwsh
)!PowerShell isn’t in the default metapackage (that’s
kali-linux-default
), but it is in the one that includes the default and many extras, and can be included during system setup.
Lessons From Installer Changes
Issue It was intended that both “installer” & “live” could be customized during setup, to select which metapackage and desktop environment to use. When we did that, we couldn’t include metapackages beyond default in those images, as it would create too large of an ISO. As the packages were not in the image, if you selected anything other than the default options it would require network access to obtain the missing packages beyond default. After release, we noticed some users selecting “everything” and then waiting hours for installs to happen. They couldn’t understand why the installs where taking so long.
New Key Packages & Icons
Kali Linux team refresh the package logos for each tool.
Kali Linux NetHunter
- Nexmon support has been revived, bringing WiFi monitor support and frame injection to
wlan0
on the Nexus 6P, Nexus 5, Sony Xperia Z5 Compact, and more! - OpenPlus 3T images have been added to the download page.
- We have crossed 160 different kernels in our repository, allowing NetHunter to support over 64 devices! Yes, over 160 kernels and over 64 devices supported. Amazing.
- Our documentation page has received a well deserved refresh, especially the kernel development section.
Download Kali Linux 2020.2
Fresh images So what are you waiting for? Start downloading already!
Seasoned Kali users are already aware of this, but for the ones who are not, we do also produce weekly builds that you can use as well. If you can’t wait for our next release and you want the latest packages when you download the image, you can just use the weekly image instead. This way you’ll have fewer updates to do. Just know these are automated builds that we don’t QA like we do our standard release images.
Existing Upgrades If you already have an existing Kali installation, remember you can always do a quick update:
kali@kali:~$ echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
kali@kali:~$
kali@kali:~$ sudo apt update && sudo apt -y full-upgrade
kali@kali:~$
kali@kali:~$ [ -f /var/run/reboot-required ] && sudo reboot -f
kali@kali:~$
You should now be on Kali Linux 2020.2. We can do a quick check by doing:
kali@kali:~$ grep VERSION /etc/os-release
VERSION="2020.2"
VERSION_ID="2020.2"
VERSION_CODENAME="kali-rolling"
kali@kali:~$
kali@kali:~$ uname -v
#1 SMP Debian 5.5.17-1kali1 (2020-04-21)
kali@kali:~$
kali@kali:~$ uname -r
5.5.0-kali2-amd64
kali@kali:~$
NOTE: The output of uname -r
may be different depending on the system architecture.
As always, should you come across any bugs in Kali, please submit a report on our bug tracker. We’ll never be able to fix what we don’t know is broken! And Twitter is not a Bug Tracker!
More info here.