Introducing the OpenVAS vulnerability scanner
Open Vulnerability Assessment System (OpenVAS) (available at https://www.openvas.org) is one of the most widely used open source vulnerability scanning and management solutions. This tool is designed to assist network/system administrators in vulnerability identification and intrusion detection tasks.
Next, we are going to review the main steps to install OpenVAS
on your operating system.
Installing the OpenVAS vulnerability scanner
To install OpenVAS in a distribution that contains the apt-get
package manager, carry out these steps:
- Run the following command:
$ sudo apt-get install OpenVAS
- If you are using a graphical interface for installation, you can check OpenVAS' installation dependencies:
- Once it's installed, you can use the
OpenVAS-setup
command to set up OpenVAS, download the latest rules, create an admin user, and start up the services...