Kali Linux 2020.3 Release (ZSH, Win-Kex, HiDPI & Bluetooth Arsenal) – Download Now!!

Its that time of year again, time for another Kali Linux release! Quarter #3 – Kali Linux 20202.3. This release has various impressive updates including New Shell, Bluetooth Arsenal, Automating HiDPI support, Nokia Support, new updated tools icons 

A quick overview of what’s new since the last release in May 2020:

  • New Shell – Starting the process to switch from “Bash” to “ZSH
  • The release of “Win-Kex” – Get ready WSL2
  • Automating HiDPI support – Easy switching mode
  • Tool Icons – Every default tool now has its own unique icon
  • Bluetooth Arsenal – New set of tools for Kali NetHunter
  • Nokia Support – New devices for Kali NetHunter
  • Setup Process – No more missing network repositories and quicker installs

New Shell (Is Coming)

Today, kali Linux 2020.3 announced with the plan to switch over to ZSH shell. This is currently scheduled to be the default shell in 2020.4 (for this 2020.3 release, bash will still be the default).

kali@kali:~$ cp /etc/skel/.zshrc ~/
kali@kali:~$

Then all you need to do is switch to ZSH:

kali@kali:~$ zsh
┌──(kali㉿kali)-[~]
└─$

If you like what you see, you can set ZSH as your default (replacing bash) by doing chsh -s /bin/zsh.

Why did you make the switch? What’s wrong with bash? A.) You can do a lot of advanced things with bash, and customize it to do even more, but ZSH allows you to do even more. This was one really large selling point.

Why did you pick ZSH and not fish? A.) In the discussion of switching shells, one of the options that came up is Fish (Friendly Interactive SHell). Fish is a nice shell (probably nicer than ZSH), but realistically it was not a real consideration due to the fact that it is not POSIX compatible. This would cause a lot of issues, as common one-liners just won’t work.

Are you going to use any ZSH frameworks (e.g. Oh-My-ZSH or Prezto)? A.) At this point in time, by default, no. The weight of these would not be workable for lower powered devices. You can still install them yourself afterwards (as many of our team do).

Win-KeX

Having Kali Linux on “Windows Subsystem for Linux” (WSL) is something we have been taking advantage of since it came out. With the release of WSLv2, the overall functionality and user experience improved dramatically.

Today, the experience is improving once more with the introduction of Win-KeX (Windows + Kali Desktop EXperience). After installing it, typing in kex, or clicking on the button, Win-KeX will give you a persistent-session GUI.

After getting WSL installed (there’s countless guides online, or you can follow ours), you can install Win-KeX by doing the following:

sudo apt update && sudo apt install -y kali-win-kex

Afterwards, if you want to make a shortcut, follow our guide, or you can just type in kex!

This is because they are not included by default, to keep the image as small as possible. You either need to manually install them one by one, or grab the default metapackage to get all the tools from out-of-the-box:

sudo apt install -y kali-linux-default

Please note, Win-KeX does require WSL v2 on x64 as it’s not compatible with WSL v1, or arm64.

For more information, please see our documentation page

Automating HiDPI

HiDPI displays are getting more and more common. Unfortunately, Linux support, out of the box, hasn’t been great (older Linux users may remember a time where this was very common for a lot of hardware changes.).

Tool Icons

Over the last few releases, kali linux 2020.3 has introduced themed icons for tools.

Kali NetHunter Bluetooth Arsenal

Kali Linux 2020.3 introduce Bluetooth Arsenal. It combines a set of bluetooth tools in the Kali NetHunter app with some pre-configured workflows and exciting use cases. You can use your external adapter for reconnaissance, spoofing, listening to and injecting audio into various devices, including speakers, headsets, watches, or even cars.

Please note that RFCOMM and RFCOMM tty will need to be enabled in kernels from now on to support some of the tools.

Download Kali Linux 2020.3

Now you can use the following command to update your system to the latest Kali 2020.3:-

sudo apt update && sudo apt -y full-upgrade

If you are already having a Kali Linux and want to upgrade;

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:~$

For new installation you can download from here.

To check after upgradation for Kali Linux 2020.3;

kali@kali:~$ grep VERSION /etc/os-release

You are also recommended reviewing our Kali Linux Tutorials which covers dozens of Kali Linux Tools. Also, Learn the Kali Linux course and complete Kali Linux Commands List.