Files
2025-05-07 18:45:36 +02:00
..
2025-05-07 18:45:36 +02:00
2025-05-07 18:45:36 +02:00
2025-05-07 17:56:13 +02:00
2025-05-07 18:45:36 +02:00

Home Assistant Add-on: GVM (OpenVAS)

Supports amd64 Architecture Supports aarch64 Architecture

This Home Assistant add-on deploys the GVM (OpenVAS) vulnerability scanner inside a Docker container.

🚀 Features

  • Full GVM Scanner in a managed container
  • Web UI available on port 9392
  • Username and password configurable from UI

⚙️ Configuration

Example options in config.json:

{
    "username": "admin",
    "password": "changeme",
    "ui_port": 9392,
    "TZ": "Europe/Rome",
    "HTTPS": "false",
    "SSHD": "true",
    "DB_PASSWORD": "changeme"
}

🌐 Access

Once installed, access the GVM web interface at:

http://<your-home-assistant-ip>:9392

📂 Repository Structure

gvm/
├── CHANGELOG.md       # Changelog for the add-on
├── config.json        # Add-on configuration definition
├── Dockerfile         # Dockerfile for the GVM container
├── icon.png           # Icon for the add-on
├── logo.png           # Logo for the add-on
├── README.md          # This file
└── run.sh             # Startup script for GVM

🛡 Security

⚠️ Always use strong passwords and ensure secure network settings.


Made with ❤️ for automation and resilience.