Skip to main content

OpenVas - Cyber security scanner

Summary

OpenVas is a cyber security scanner, designed to perform penetration testing on internal and external systems. The documentation can be found at immauss/openvas.

Installation via docker-compose behind traefik proxy

  openhab:
    image: "immauss/openvas"
    restart: always
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.openvas.rule=Host(`openvas.domain.com`)"
      - "traefik.http.routers.openvas.entrypoints=websecure"
      - "traefik.http.routers.openvas.tls=true"
      - "traefik.http.services.openvas.loadBalancer.server.port=9392"
      - "traefik.docker.network=traefik"
    networks:
      - traefik
    environment:
      PASSWORD: "<PASSWORD>"