Friday, January 24, 2025
HomeKALIKali Linux 2020.4 Released with New Tools, ZSH Shell & Updates for...

Kali Linux 2020.4 Released with New Tools, ZSH Shell & Updates for NetHunter

Published on

SIEM as a Service

Follow Us on Google News

Offensive Security released Kali Linux 2020.4 with ZSH shell as default, updated tools icons, new tools, and more. This new release has several notable updates, all of which are available for fast download or updating.

This distribution can be installed on multiple devices that include smartphones and Raspberry PI.

ZSH Shell By Default and Other Features

ZSH shell was first introduced in Kali Linux 2020.3, now with Kali Linux 2020.4, ZSH is the new default shell.

┌──(kali㉿kali)-[~]
└─$ echo Hello World. I'm $0
Hello World. I'm zsh
┌──(kali㉿kali)-[~]
└─$

It is the default shell on our desktop images, and cloud. For ARM, containers, NetHunter and WSL continue to be the default shell.

The offensive security team also updated the Bash prompt to make it feel similar to the ZSH prompt.

A fresh installation of Kali Linux 2020.4 or later has all the updates. If you are updating Kali, you will need to configure each user to use ZSH or bashrc.

With the new release number of new tools has been added;

With Kali NetHunter a new settings menu, allowing for easy backup and restore of configuration files added by @yesimxev. Also, you will be having an option to change the Kali NetHunter boot animation.

New “Enhanced Session Mode” brings Win-KeX to ARM devices. With this mode it allows users of “Windows on ARM” devices to use Win-KeX and it adds sharpness to Win-KeX on HiDPI devices.

With the previous version Vagrant image available only for VirtualBox, with the new release Vagrant image available for VMware also.

“We have been working away on our ARM images as usual, and this release is no exception. We have reduced the amount of pre-generated images (now 14) as there has not been the demand for these other devices.”

“In 2019.4, we moved https://docs.kali.org/ from a WordPress solution to https://www.kali.org/docs/ using Hugo.”

Fresh download can be done from here. If you are an existing user you can do a quick update, followed by setting the default shell to ZSH. 

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:~$ cp -i /etc/skel/.bashrc ~/
kali@kali:~$
kali@kali:~$ cp -i /etc/skel/.zshrc ~/
kali@kali:~$
kali@kali:~$ chsh -s /bin/zsh
kali@kali:~$
kali@kali:~$ [ -f /var/run/reboot-required ] && sudo reboot -f
kali@kali:~$

You are also recommended reviewing our Kali Linux Tutorials page which covers dozens of Kali Linux Tools. Also, Learn The Complete Kali Tools in Kali Linux Operating System.

You can follow us on LinkedinTwitterFacebook for daily Cybersecurity and hacking news updates.

Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

Zero-Click Outlook RCE Vulnerability (CVE-2025-21298), PoC Released

Microsoft issued a critical patch to address CVE-2025-21298, a zero-click Remote Code Execution (RCE)...

Critical Vulnerability in Next.js Framework Exposes Websites to Cache Poisoning and XSS Attacks

A new report has put the spotlight on potential security vulnerabilities within the popular...

New Cookie Sandwich Technique Allows Stealing of HttpOnly Cookies

The "Cookie Sandwich Attack" showcases a sophisticated way of exploiting inconsistencies in cookie parsing...

GhostGPT – Jailbreaked ChatGPT that Creates Malware & Exploits

Artificial intelligence (AI) tools have revolutionized how we approach everyday tasks, but they also...

API Security Webinar

Free Webinar - DevSecOps Hacks

By embedding security into your CI/CD workflows, you can shift left, streamline your DevSecOps processes, and release secure applications faster—all while saving time and resources.

In this webinar, join Phani Deepak Akella ( VP of Marketing ) and Karthik Krishnamoorthy (CTO), Indusface as they explores best practices for integrating application security into your CI/CD workflows using tools like Jenkins and Jira.

Discussion points

Automate security scans as part of the CI/CD pipeline.
Get real-time, actionable insights into vulnerabilities.
Prioritize and track fixes directly in Jira, enhancing collaboration.
Reduce risks and costs by addressing vulnerabilities pre-production.

More like this

Top 10 Best Proxy Server 2025 & Important Methods to Prevent Yourself From Hackers

Best Proxy Server has been used in enormous cases where some personal data or...

10 Best DNS Management Tools – 2025

Best DNS Management Tools play a crucial role in efficiently managing domain names and...

10 Best Linux Distributions In 2024

The Linux Distros is generally acknowledged as the third of the holy triplet of...