Kali Linux, the popular penetration testing Linux distribution, has been updated with a range of new features, tools, and a refreshed user interface, enhancing its capabilities for ethical hacking, penetration testing, security audits, and network research.

One significant change is the renaming of CAN Arsenal to CARsenal, clarifying its purpose for car hacking. CARsenal has received a UI update and now includes new tools such as hlcand, a modified version of slcand for ELM327 usage; VIN Info, for decoding Vehicle Identification Numbers; CaringCaribou, providing Listener, Dump Fizzer, Send, UDS, and XCP modules; and ICSim, a simulator for VCAN for testing the CARsenal toolset without requiring specialized hardware.

The Kali desktop menu has been reorganized to better align with the MITRE ATT&CK framework, improving accessibility for both red (offensive) and blue (defensive) teams to find the tools they need.

Kali Linux now uses GNOME 48, incorporating new features such as notification stacking, digital wellbeing enhancements, performance improvements, and HDR support. A new GNOME VPN IP extension displays the IP address of the current VPN connection in the top panel, allowing users to copy the IP address to their clipboard with a single click.

New tools added in Kali Linux 2025.2 include azureblood, a data collector for Microsoft Azure; binwalk3, a firmware analysis tool; bloodhound-ce-python, an ingester for BloodHound CE; bopscrk, for generating wordlists; chisel-common-binaries, prebuilt binaries for the open-source penetration testing tool created by Parrotsec Security; and crlfuzz, for scanning CRLF vulnerabilities.

This update also introduces wireless injection, de-authentication, and Kali NetHunter Kernels for specific devices, including Xiaomi Redmi 4/4X, Xiaomi Redmi Note 11, Realme C15, Samsung Galaxy S10, and Samsung Galaxy S9.

To explore the new features in Kali Linux 2025.2, users can download an ISO directly from the official download site or upgrade a previous version using the following commands:

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

Further details about the latest release can be found on the official Kali Linux blog.