OpenVAS cheat sheet for netadmins/sysadmins
OpenVAS Cheat Sheet for NetAdmins & SysAdmins
1. OpenVAS Installation & Setup
Install OpenVAS (Debian/Ubuntu)
sudo apt update
sudo apt install openvas
sudo gvm-setup # Initial setup (takes time)
sudo gvm-check-setup # Verify installation
sudo gvm-start # Start services Access Web Interface
Update Vulnerability Databases
2. Basic Scanning
Create a New Target
Create a New Task
Start a Scan
3. Advanced Scanning
Custom Scan Configurations
Scheduled Scans
Authenticated Scans
Exclude Hosts/IPs from Scan
4. Report Generation & Analysis
View Reports
Export Reports
Filtering Vulnerabilities
Compare Reports (Trend Analysis)
5. Vulnerability Management
False Positive Management
Remediation Tracking
Alerting & Notifications
6. Command-Line (GVM-Tools)
Run a Scan via CLI
Export Reports via CLI
7. Troubleshooting & Maintenance
Check OpenVAS Services
Restart OpenVAS
Logs Location
Reset Admin Password
Quick Reference Table
Last updated