OpenVAS Workflow

Using Greenbone Vulnerability Manager

Vulnerability Scanning with OpenVAS

Tip: Click on any node to see related information!

MAP 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]

REF 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

  1. Create Target (IP/range)
  2. Create Task (target + scan config)
  3. Run Task
  4. View Report
Back to Mind Maps View Full Module