OpenVAS is a full-featured vulnerability scanner. Its capabilities include unauthenticated and authenticated testing, various high-level and low-level internet and industrial protocols, performance tuning for large-scale scans and a powerful internal programming language to implement any type of vulnerability test.
The scanner obtains the tests for detecting vulnerabilities from a feed that has a long history and daily updates.
OpenVAS has been developed and driven forward by the company Greenbone since 2006. As part of the commercial vulnerability management product family Greenbone Enterprise Appliance, the scanner forms the Greenbone Community Edition together with other open-source modules.
SYSTEM REQUIREMENTS
RAM : Minimum 2 GB; recommended 4 GB or more for large-scale scans.
Storage : Requires at least 20 GB of disk space for installation and storing scan data.
OS : Compatible with Linux (native support). Can be used on Windows via virtualization or Windows Subsystem for Linux (WSL).
Architecture : Supports 64-bit systems.
Available On : PC
ADDITIONAL INFORMATION
Greenbone Networks.
2006
Around 1 GB for installation, but additional space is needed for scan data.
Greenbone Networks specializes in vulnerability management and security solutions.
English
Regularly updated, the latest version is from 2023.
Written in C and Python.
Cross-platform
Open Source under the GNU General Public License (GPL).
OpenVAS (Open Vulnerability Assessment Scanner) is a powerful tool for vulnerability scanning and management. Here are some examples of its usage :
openvas-cli --target 192.168.1.1 --scan-type quickPerforms a quick vulnerability scan on the target IP.
openvas-cli --target 192.168.1.0/24 --scan-type fullScans an entire subnet for vulnerabilities.
openvas-cli --export-format pdf --output results.pdfExports the scan results in PDF format for reporting.
openvas-feed-updateEnsures the latest vulnerability definitions are used for scans.
openvas-cli --target 192.168.1.1 --policy custom_policy
$ sudo apt install openvas
$ sudo apt -y install openvas
sudo apt updatesudo apt install openvassudo openvas-setup
$ sudo systemctl start gvmd
$ sudo systemctl start openvas-scanner
$ sudo systemctl enable gvmd
$ sudo systemctl enable openvas-scanner
Installation with VirtualBox
Installation with Docker
docker pull greenbone/openvasdocker run -d -p 443:443 greenbone/openvashttps://localhost.
$ sudo apt remove openvas
$ sudo apt autoclean && apt autoremove
$ sudo systemctl stop gvmd
$ sudo systemctl stop openvas-scanner
sudo apt remove --purge openvas
$ sudo rm -rf /var/lib/openvas
$ sudo rm -rf /etc/openvas
docker rm -f openvasThen remove the image : docker rmi greenbone/openvas
Copyright © 2025 HACKERSPOT
All original content, including tools, software, and other information, is protected by copyright and remains the property of its respective owners.
HackerSpot is an informational platform that offers resources such as tools, software, courses, internships, and various other materials aimed at supporting individuals passionate about CyberSecurity and IT.