Kali Linux 2025.2: Complete Redesign, New Tools, Updates, and More

Kali Linux 2025.2

A few days ago it was announced Official release of the new Kali Linux version 2025.2, which comes loaded with important improvements that include everything from aesthetic enhancements to the addition of new tools.

In this new version of Kali Linux 2025.2 A new menu inspired by MITRE ATT&CK has been implementedThis modification isn't merely aesthetic, as it improves usability and allows users to identify tools by their purpose within the attack or defense cycle. Gone is the legacy of BackTrack and WHAX, which had a difficult-to-scale structure and complicated the identification of new tools.

With this new foundation, the Kali team has automated the menu management system, facilitating its maintenance and evolution. The goal is to make it easier for users to discover the system's capabilities and for the development team to continue expanding the repertoire without hindrance.

GNOME 48 and KDE Plasma 6.3

Another of the major changes introduced in the new version of Kali Linux 2025.2 is the update of the main graphical environments. GNOME upgrades to version 48, which presents the notification stacking, triple dynamic buffer, performance improvements and HDR supportAdditionally, a new extension has been added that displays the VPN connection's IP address directly in the dashboard, making it easier for those connecting remotely.

For its part, KDE Plasma is updated to version 6.3, which introduces important improvements such as better support for fractional scaling, detailed GPU and battery data in the Info Center, and more efficient CPU usage.

BloodHound CE: The New Standard for Active Directory

Kali Linux 2025.2 introduces the replacement for the outdated BloodHound Legacy by BloodHound Community Edition (CE). This change is accompanied by support for the entire suite of necessary tools for data collection, including Azurehound, Bloodhound-CE-Python, and Sharphound. This update improves the analysis experience in Active Directory and Azure environments, making the process faster, more comprehensive, and visually smoother.

New tools for pentesting and advanced analysis

In addition, Kali Linux 2025.2 introduces new tools, geared toward both offensive analysis and reconnaissance and exploitation:

  • azurehound: data collection in Azure environments.
  • binwalk3: firmware analysis.
  • bopscrk: smart dictionary generation.
  • crlfuzz: CRLF vulnerability detection.
  • donut-shellcode: Creating shellcode from memory.
  • gitxray, ldeep, ligolo-ng, rubeus, tinja, among others.

Furthermore, All graphical sessions now come with xclip pre-installed, making it easy to send data directly to the clipboard from the terminal, a feature highly valued by those writing reports or documenting findings.

NetHunter: Mobile Pentesting Made More Powerful

The mobile environment NetHunter has also received improvements, since in this new version Support for Wi-Fi attacks has been optimized from devices such as smartwatches with bcm43436b0 chips (e.g., TicWatch Pro 3), and the CARsenal kit, which specializes in testing automotive systems, has been updated. In addition, updated kernel variants have been integrated for smartphones such as Xiaomi Redmi, Realme C15 and Samsung Galaxy S9/S10.

The Kali versions for Raspberry Pi have been unified and are now using the Linux 6.12 kernel. This makes maintenance easier, reduces fragmentation, and allows more lightweight computing devices to access the full capabilities of Kali Linux.

Finally, if you are interested in knowing more about it, you can consult the details in the following link

Download and get Kali Linux 2025.2

For those interested in obtaining this new version, you should know that several variants of ISO images have been prepared for download, along with several options for 646 MB and 4.2 GB ISO images.

The link is this.

Finally yes You are already a Kali Linux user, you just have to go to your terminal and execute the following command that will be in charge of updating your system, so it is necessary to be connected to the network to be able to carry out this process.

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