View Issue Details

IDProjectCategoryView StatusLast Update
0008774Kali LinuxGeneral Bugpublic2024-06-13 06:49
ReporterRabinhood Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0008774: Upgrade to Kali Linux 2024.2 Release
Description

I have upgrade Kali Linux 2024.2 Release from Kali Linux 2024.1 Release.
I make all step in the official guide

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

I have all variable correct: os-release and uname but the tool are not upgrade.
Ligolo not exist and nmap -sS require root privilege.

Activities

daniruiz

daniruiz

2024-06-13 06:49

manager   ~0019358

Ligolo is a new tool, that doesn't mean it comes preinstalled with kali-linux-default metapackage. You can manually install it via apt.
About nmap capabilities, that's an issue with xfce, as it's not exporting the environment variable NMAP_PRIVILEGED. You can fix it manually by running export NMAP_PRIVILEGED="" before running nmap
We are already working on it
https://gitlab.com/kalilinux/packages/nmap/-/issues/7

Issue History

Date Modified Username Field Change
2024-06-10 09:20 Rabinhood New Issue
2024-06-13 06:49 daniruiz Note Added: 0019358
2024-06-13 06:49 daniruiz Assigned To => daniruiz
2024-06-13 06:49 daniruiz Status new => closed
2024-06-13 06:49 daniruiz Resolution open => no change required