> For the complete documentation index, see [llms.txt](https://ceh.securescape.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ceh.securescape.cc/vulnerability-assessment/network-assessment/openvas.md).

# OpenVAS

{% embed url="<https://github.com/greenbone/openvas-scanner>" %}

### Installation

{% embed url="<https://github.com/greenbone/openvas-scanner/blob/main/INSTALL.md>" %}

```bash
apt-get update -y
apt-get dist-upgrade -y
apt-get install openvas -y

# Setting Up
openvas-setup
# Open https://localhost:9392/ and login with the given User and Pass
```

#### Docker

```bash
docker build -t <image-name> -f .docker/prod.Dockerfile .
```

### Usage

{% embed url="<https://hackertarget.com/openvas-tutorial-tips/>" %}
