Cyber security

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and new features for cybersecurity professionals and ethical hackers. Here are the key highlights:

New Default Python Version

Python 3.12 is now the default Python interpreter in Kali Linux 2024.4

1. This change comes with improved performance, better syntax, and optimized memory management. Notably, pip is now disabled by default, with pipx becoming the preferred tool for installing Python packages due to its environment isolatio.

End of 32-bit Support

Kali Linux has officially discontinued 32-bit (i386) builds with this release

1. While 32-bit packages are still available in the repository, no new i386 images will be created. This change aligns with the broader trend in the Linux community of phasing out 32-bit support.

New Tools

Kali Linux 2024.4 introduces 14 new tools to enhance its penetration testing and security analysis capabilities

1. Some notable additions include:

  • bloodyad: Active Directory privilege escalation framework
  • chainsaw: Rapid search and hunt through Windows forensic artifacts
  • hexwalk: Hex analyzer, editor, and viewer
  • mssqlpwner: Interact with and exploit MSSQL servers
  • zenmap: The graphical front-end for Nmap

Desktop Environment Updates

The release includes GNOME 47, which brings several enhancements

  • Support for accent color customization
  • New system-monitor panel extension
  • Improved color schemes for the GNOME text editor
  • A new login theme

Raspberry Pi Improvements

Kali Linux 2024.4 offers significant improvements for Raspberry Pi users

  • Support for applying OS customizations directly from the Raspberry Pi Imager
  • Kernel Mode Setting (KMS) enabled by default for Raspberry Pi 5
  • Improved detection for DSI displays and cameras
  • Support for the recently launched Raspberry Pi 500

Kali NetHunter Updates

The Kali NetHunter app for Android devices has received major upgrades

  • Introduction of Wifipumpkin3 as a replacement for the Mana toolkit
  • Ability to flash kernels directly from the app without using recovery mode
  • Expanded device support, including the first Android 15-compatible device (Xiaomi Mi A3)

Other Notable Changes

  • Linux kernel upgraded to version 6.11
  • Deprecation of DSA keys in the SSH client1

Kali Forums now powered by Discourse

1Various ARM SBC updates and improvements

1 This release reinforces Kali Linux’s position as a leading platform for information security professionals, offering an expanded toolkit and improved user experience across various devices and platforms.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

23 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

24 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

1 day ago