Kali Linux has released version 2025.3, the third version of 2025, featuring ten new tools, Nexmon support, and NetHunter improvements.
Kali Linux is a distribution created for cybersecurity professionals and ethical hackers to conduct red team exercises, penetration testing, security audits, and research against networks.
As with every release, Kali Linux comes with new toys to play with.
With this release, we have ten new tools, which are listed below:
Nexmon is a firmware Patching Framework for Broadcom and Cypress wi-fi chips that allows you to enable Monitor Mode and Frame Injection.
The Kali Team previously announced support for the Nexmon framework in July, enabling Raspberry Pi users to enjoy enhanced Wi-Fi features for security engagements.
With this release, Nexmon is now included in Kali Linux, making it more accessible to Raspberry Pi and other devices.
"In Kali 2025.1, we changed how we package our Raspberry Pi kernel, as well as bump to a new major version," reads the Kali Linux 2025.3 announcement.
"Now Nexmon support is back as well as supporting Raspberry Pi 5! Other devices can also use Nexmon, its not limited to Raspberry Pis."
In addition to Nexmon, Kali Nethunter has received some updates, including support for running it on the Samsung S10.
Kali NetHunter Car Hacking, CARsenal, has also received new features, including a new UI update and numerous bug fixes.
The Team says they will be releasing some videos in the future on how to CARsenal and demonstrating the various features.
This release also includes other changes and improvements, including:
To start using Kali Linux 2025.3, you can upgrade your existing installation, select a platform, or directly download ISO images for new installs and live distributions.
For those updating from a previous version, you can use the following commands to upgrade to the latest version.
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee /etc/apt/sources.list
sudo apt update && sudo apt -y full-upgrade
cp -vrbi /etc/skel/. ~/
[ -f /var/run/reboot-required ] && sudo reboot -f
If you are running Kali on the Windows Subsystem for Linux, upgrade to WSL2 for a better experience, which includes the ability to use graphical apps.
You can check the WSL version used by Kali with the 'wsl -l -v' command in a Windows command prompt.
Once done upgrading, you can check if the upgrade was successful by using the following command:
grep VERSION /etc/os-release
You can view the complete changelog for Kali 2025.3 on Kali's website.