vaz is veeta server client. Send package information to veeta to determine if there is vulnerability
- rhel/centos
$ curl -fsSL https://repo.veeta.org/scripts/yum-repo.sh | sh
$ yum install vaz
$ mv /etc/vaz.conf.sample /etc/vaz.conf
$ vi /etc/vaz.conf
$ service vaz start
- debian/ubuntu
$ curl -fsSL https://repo.veeta.org/scripts/apt-repo.sh | sh
$ apt-get install vaz
$ mv /etc/vaz.conf.sample /etc/vaz.conf
$ vi /etc/vaz.conf
$ service vaz start
- /etc/vaz.conf
service = "your service name"
# Please create with veeta.org
token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
The base of vaz is vuls. vuls is a very wonderful product.
- pyama86