The Kali Linux team has released Kali Linux 2024.3, the latest iteration of their popular penetration testing and ethical hacking distribution.
This update brings a host of new features, including 11 new hacking tools, improved Raspberry Pi support, and various behind-the-scenes optimizations.
“Our focus has been on a lot of behind-the-scenes updates and optimizations since the last release. There have been some messy migrations, with multiple stacks, all interrelating (transition have been like buses, all coming at once!),” Kali Linux team said.
After finishing the t64 transition, Kali moved straight into transitions for GCC 14, glibc 2.40, and Python 3.12. The update to Python 3.12 is the most significant, as it removed some long-deprecated APIs, breaking a number of packages. This will be the default Python version in the next Kali release 2024.4.
Decoding Compliance: What CISOs Need to Know – Join Free Webinar
Kali Linux 2024.3 introduces 11 new tools to aid security professionals and enthusiasts in their penetration testing:
These new additions further expand Kali Linux’s already extensive collection of tools, catering to a wide range of security testing needs.
Kali Linux 2024.3 brings significant improvements to its Raspberry Pi images, making it easier for users to leverage the popular single-board computers for their security testing needs:
QEMU_CPU=cortex-a72 when building an arm64 image on an amd64 host, resulting in considerably faster build times.These enhancements demonstrate Kali Linux’s commitment to providing a seamless experience across various hardware platforms, including ARM-based devices.
Kali NetHunter, the mobile penetration testing platform for Android devices, now offers Pro images for devices powered by the Qualcomm Snapdragon SDM845 SoC. This includes popular devices such as:
The addition of these devices expands the range of hardware supported by Kali NetHunter, allowing security professionals to perform mobile penetration testing on a wider array of smartphones.
Kali Linux 2024.3 is a significant update that brings new tools, improved Raspberry Pi support, and expanded mobile penetration testing capabilities to the popular ethical hacking distribution. With these enhancements, Kali Linux continues to be a go-to choice for security professionals and enthusiasts worldwide.
As always, users can either download a fresh Kali Linux 2024.3 image or upgrade their existing installations to take advantage of the latest features and improvements.
To update
┌──(kali㉿kali)-[~]
└─$ echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee /etc/apt/sources.list
[...]
┌──(kali㉿kali)-[~]
└─$ sudo apt update && sudo apt -y full-upgrade
[...]
┌──(kali㉿kali)-[~]
└─$ cp -vrbi /etc/skel/. ~/
[...]
┌──(kali㉿kali)-[~]
└─$ [ -f /var/run/reboot-required ] && sudo reboot -f
Version Check
┌──(kali㉿kali)-[~]
└─$ grep VERSION /etc/os-release
VERSION="2024.3"
VERSION_ID="2024.3"
VERSION_CODENAME="kali-rolling"
┌──(kali㉿kali)-[~]
└─$ uname -v
#1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30)
┌──(kali㉿kali)-[~]
└─$ uname -r
6.8.11-amd64
The Kali Linux team remains dedicated to providing a powerful, flexible, and accessible platform for penetration testing and security research.
Simulating Cyberattack Scenarios With All-in-One Cybersecurity Platform – Watch Free Webinar
Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…
Hackers are making some phishing pages harder to track by changing the code delivered to…
A cyber incident reportedly forced a British power plant to halt operations for about four…
Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…
TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…
A fake student resume is being used to place a remote-access tool on researchers’ Windows…