First find download command from official page: https://www.tenable.com/downloads/nessus?loginAttempted=true and I get 10.4.1 rpm with curl command:
1 | curl --request GET \ |
and before installation need to disable firewalld and selinux:
1 | systemctl stop firewalld |
then install the rpm:
1 | yum localinstall Nessus-10.4.1-es7.x86_64.rpm |
and start the service:
1 | systemctl start nessusd |
access nessus through 8443
before active access:
https://www.tenable.com/products/nessus/nessus-essentials to get a activate code and go ahead for your trial of Nessus.