OpenVAS in Kali Linux

OpenVAS in Kali Linux OpenVAS is a free Nessus alternative for vulnerability scanning that you can easily set up in Kali Linux. Things can be a bit confusing, hence this tutorial to simplifying it. Disclaimer: Only scan networks you are authorized to scan. Take note that vulnerability scanning can sometimes Read more

Correct Kali repos and VirtualBox bidirectional clipboard

nano /etc/apt/sources.list deb http://http.kali.org/kali kali-rolling main contrib non-free # For source package access, uncomment the following line deb-src http://http.kali.org/kali kali-rolling main contrib non-free Then do: sudo apt-get update && sudo apt-get upgrade -y sudo apt-get install -y virtualbox-guest-x11 Then do: Original post: https://unix.stackexchange.com/questions/310548/bidirectional-drag-and-drop-shared-clipboard-is-not-working-with-virtualbox-kali In virtualbox make sure your clipboard is Read more