Installing Nessus on Linux
Last updated
Last updated
Go to the following link and register for an Activation Code:
Now check your registered mail for the activation code.
Click the Download Nessus
button in the mail received or click the following link to download Nessus:
First choose the latest Nessus version.
Next choose your base Platform / OS. In my case, its Linux.
You can click download to get the executable file or you can use the given curl command to download the executable. In my case I used the curl command to download the executable.
Successfully downloaded the linux executable.
Now run the executable from terminal.
Command: sudo dpkg -i <Nessus_Executable_File_Name>
Next start the nessusd
service.
Command: systemctl start nessusd
It will prompt for password.
Check whether that Nessus is successfully running using the following command:
Command: systemctl status nessusd
To access a locally installed Nessus instance, go to https://localhost:8834.
Click Proceed to localhost (unsafe)
option to access the Nessus instance.
Leave the Register Offline
option unchecked.
Click Continue
.
Select the option Set up a purchased instance of Nessus
.
Click Continue
.
Skip the login page.
Enter the Activation Code that you got in the mail.
Click Continue
.
Click Continue
.
Next, create a Nessus administrator user account. Use this username and password to log in to Nessus.
Let Nessus download and initialize plugins. Wait till it completes.
Once completed, you can see the login page for nessus. Use the credentials that you have created to login.
After Logging in You can see the dashboard.