OpenVAS Workflow
Using Greenbone Vulnerability Manager
Vulnerability Scanning with OpenVASTip: Click on any node to see related information!
Interactive Mind Map
graph TD
A[Start GVM] --> B[Sync Feeds]
B --> C[Configure Target]
C --> D[Configure Task]
D --> E[Start Scan]
E --> F[Monitor Progress]
F --> G[View Report]
G --> H[Filter Results]
H --> I[Export PDF/XML]
Related Modules
Quick Reference
Install & Setup
sudo apt install gvm # Install Greenbone Vulnerability Manager sudo gvm-setup # Setup GVM sudo gvm-check-setup # Verify installation
Start Services
sudo gvm-start # Start GVM services # Browse to https://localhost:9392 # Access web interface
Scan Configuration
- Full and Fast: Quick comprehensive scan
- Full and Deep: Thorough but slow
- Discovery: Host/service discovery only
Creating Scans
- Create Target (IP/range)
- Create Task (target + scan config)
- Run Task
- View Report