# Vuls-Vuls repo

* Es necesario instalar Vuls / Vuls-repo en una máquina (centOS 7) que hará la labor de servidor. Desde esta máquina se expone un panel de administración mediante el cual es posible generar informes sobre el estado de los nodos analizados.
* Vuls / Vuls-repo no requiere la instalación de ningún tipo de software en las máquinas cliente (analizadas). <mark style="background-color:yellow;">Sólo requiere acceso SSH a las mismas</mark>.
  * generar clave pública y clave privada (ssh-keygen -t rsa)
* La base de datos de vulnerabilidades debe ser sincronizada periódicamente.
* Los escaneos son muy eficientes, siendo prácticamente despreciable el impacto sobre las máquinas.

{% @github-files/github-code-block %}

{% embed url="<https://github.com/ishiDACo/vulsrepo>" %}


---

# 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://wiki.linarescorrales.es/apuntes/linux/vuls-vuls-repo.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.
