Ubuntu/Debian:
sudo apt update
sudo apt install openvas
CentOS/RHEL:
sudo yum install openvas
Start OpenVAS Services:
sudo openvas-start
Access OpenVAS Web Interface:
https://localhost:9392
Default Credentials:
Username: admin
Password: admin
Update Feed:
sudo greenbone-nvt-sync
sudo greenbone-scapdata-sync
sudo greenbone-certdata-sync
Change Admin Password:
Go to Administration -> Users -> admin -> Change Password
Create a New Scan:
Go to Scans -> Tasks -> New Task
Configure Scan Settings:
Select Scan Targets, Scan Config, and Start Scan
Add a New Target:
Go to Configuration -> Targets -> New Target
Edit a Target:
Go to Configuration -> Targets -> Select Target -> Edit
Create a New Scan Config:
Go to Configuration -> Scan Configs -> New Scan Config
Edit a Scan Config:
Go to Configuration -> Scan Configs -> Select Config -> Edit
View Scan Results:
Go to Scans -> Results
Filter Results:
Use filters to narrow down results by severity, host, etc.
Generate a Report:
Go to Scans -> Results -> Select Task -> Download Report
Customize Report Format:
Select desired format (PDF, CSV, XML, etc.)
Scheduled Scans:
Go to Scans -> Tasks -> Select Task -> Schedule
Alerts and Notifications:
Go to Configuration -> Alerts -> New Alert
Check OpenVAS Version:
openvasmd --version
Debugging Output:
sudo openvasmd --debug
Verbose Output:
sudo openvasmd --verbose
Official OpenVAS Documentation:
OpenVAS Documentation
OpenVAS Mailing List:
OpenVAS Mailing List
OpenVAS User Guide:
OpenVAS User Guide