How To Install Nessus On Ubuntu 24.04 Fast And Easy!
Channel:
Subscribers:
15,400
Published on ● Video Link: https://www.youtube.com/watch?v=gvr4j5RckvY
This video will show you how to install the Nessus vulnerability scanner on the latest Ubuntu 24.04 LTS. The video provides step-by-step instructions for both beginners and those refreshing their skills with vulnerability scanning. Enhance your cybersecurity skills with this nessus install tutorial.
π Sign up for DigitalOcean - https://zacs-tech.com/go/digitalocean/
π Register a domain name
https://tinyurl.com/y8hz9seu
Commands
sudo apt install wget curl apt-transport-https gnupg2 software-properties-common -y
sudo systemctl start nessusd
sudo systemctl enable nessusd
nano ~/.bashrc
export PATH="$PATH:/opt/nessus/bin:/opt/nessus/sbin"
source ~/.bashrc