Nessus
Download Nessus
licence: https://community.tenable.com/s/products
Windows
curl --request GET \
--url 'https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.3-x64.msi' \
--output 'Nessus-10.5.3-x64.msi'
Linux
wget "https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/20393/download?i_agree_to_tenable_license_agreement=true" -O nessus.deb
Install Nessus
Windows
Linux
sudo dpkg -i Nessus.deb
Start the nessus service
Windows
Linux
sudo /bin/systemctl start nessusd.service
Update Nessus
Last updated
Was this helpful?