Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.38 KB

ClusterVAS

A Docker based node manager and an orchestrator SDK (for Java applications) to build an OpenVAS cluster

Features

  • Management of containerized OpenVAS instances and their life-cycles
  • Support for parallel vulnerability scanning through loading multiple OpenVAS containers in parallel
  • Remote access to one or more node managers via provided SDK for a completely distrubited solution
  • Support for remote management of OpenVAS scanning process with delegation of GMP commands through SDK
  • TLS securith with mutual certificate authentication between node managers and orchestrators
  • Controlling the node manager at runtime with provided command line interface

System Architecture

clustervas-architecture

Installation and Usage