Skip to content
/ vaz Public

vaz is a client for managing vulnerabilities on veeta.org. We will release you from the troublesome work we have done so far

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

pyama86/vaz

Repository files navigation

vaz

Build Status

vaz is veeta server client. Send package information to veeta to determine if there is vulnerability

VEETA

install

  • 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

configure

  • /etc/vaz.conf
service = "your service name"
# Please create with veeta.org
token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

special thanks

The base of vaz is vuls. vuls is a very wonderful product.

author

  • pyama86

About

vaz is a client for managing vulnerabilities on veeta.org. We will release you from the troublesome work we have done so far

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published