Kali 2023.4 Released !!
Vojtech Trcka
Cyber security fan ║ Ethical Hacker Certified [CISCO] ║HackTheBox TOP 150 ║ TryHackMe TOP 150 ║ Linux fan ║ Technologist ║ Prototype Designer ║ Sometimes programmer in ?? & C
Great news!! Yesterday, new version of Kali Linux was released in version 2023.4!!
Whats new >>
Main changes >
New tools >
Do you want upgrade from Kali 2023.3 ?
So let's go >>
领英推荐
┌──(kali?kali)-[~]
└─$ echo "deb https://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
You should now be on Kali Linux 2023.4! We can do a quick check by doing:
┌──(kali?kali)-[~]
└─$ grep VERSION /etc/os-release
VERSION="2023.4"
VERSION_ID="2023.4"
VERSION_CODENAME="kali-rolling"
┌──(kali?kali)-[~]
└─$ uname -v
#1 SMP PREEMPT_DYNAMIC Debian 6.5.6-1kali1 (2023-10-09)
┌──(kali?kali)-[~]
└─$ uname -r
6.5.0-kali3-amd64
First look >>
For me best vote is KVM (QEMU).
Kali have great app management. I like "old school" XFCE and use it everywhere. I used this version for a few hours, bud look stable and run well. Great job as usually!!
Some tools miss me, good terminal emulator, I love Terminator, and some tools like gobuster, dirsearch, seclists and etc. miss me in basic, but no problem to install.
So happy hacking ;-).