
# use a proper password if the machine is accessible from the network ! sudo runuser -u _gvm - gvmd -user =admin -new-password =admin
kali-tools-post-exploitation: Techniques for post exploitation stage. kali-tools-sniffing-spoofing: Any tools meant for sniffing & spoofing. kali-tools-exploitation: Commonly used for doing exploitation. kali-tools-wireless: All tools based around Wireless protocols – 802.11, Bluetooth, RFID & SDR. kali-tools-database: Based around any database attacks. kali-tools-web: Designed doing web applications attacks. kali-tools-vulnerability: Vulnerability assessments tools. Kali-linux-everything may be too much, there is a complete list of Kali Linux Metapackages but I have used only some of those : Make sure postgresql is running on port 5432, check the file /etc/postgresql/15/main/nf and change the port if it is not 5432.
# distribution upgrade sudo apt-get update & sudo apt-get -y dist-upgrade
# remove PostgreSQL version 14 (obsoleted according to what a message in the previous step told) sudo systemctl stop systemctl disable apt purge -y postgresql-14 postgresql-client-14 # perform the standard upgrade procedure sudo apt-get update & sudo apt-get -y upgrade