Nessus
Nessus
1. Navigate to https://www.tenable.com/downloads/nessus
2. Select the latest version, in this case Nessus-8.12.0-ubuntu910_amd64.deb
3. Save the file
4. On a Linux terminal type cd /Downloads
5. Type ls to list the files and in here should be the Nessus.deb file above
6. Install the tool by typing sudo dpkg -i Nessus-8.12.0-ubunto910_amd64.deb
7. Start the service as described on the terminal
a. Sudo systemctl start nessusd.service
8. Enable the service to start by default
a. Sudo systemctl enable nessusd.service
9. Check the status of the service to ensure it is running
a. Sudo systemctl status nessusd.service
10. Check that Nessus is on port 8834, it should be on this by default.
a. Sudo ss -tunelp | grep 8834
11. Create an exception on the firewall for Nessus
a. Sudo ufw allow 8834/tcp
12. To finalise the installation, navigate to:
https://127.0.0.01:8834
13. Choose Nessus Essentials and follow the sign-up process and activate your version.