# OpenVAS

### Vulnerability Scanning with OpenVas

[OpenVas](https://www.openvas.org) is an open source **vulnerability scanner** that can test a system for security holes using a database of over **53’0000** test plugins. We can install it directly into kali Linux or use a docker image instead. I'll not cover the topic here howto install or use OpenVas.&#x20;

If you want to give it a try, you can use the following docker image:

<https://github.com/mikesplain/openvas-docker>

![OpenVAS Dashboard](/files/-Mhd5wwI1-SkmllCtAbC)

The advantage of a tool like OpenVas is that you get nicer reports and the vulnerabilities are categorized in high, medium and low. But running OpenVas can be very ressource intense and the scanning process can be very time intense.

### Setup

Tbd


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cas-cyber.gitbook.io/cas-cybersecurity/vulnerability-scanning-and-analysis/openvas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
