Hint: How to compare the current used versions of the OpenVAS/GVM packages with the GVM-9 stable release?

While the package manager (if not build from source) is the easier way some basic checks can be done when calling the binaries of each components:

Note: Append sudo to each command if you’re not root and have configured sudo.

Note2: The version of openvas-smb needs to be extracted from your package manager or source code installation folders.

<= GVM-9

gsad --version (Greenbone Security Assistant)

openvasmd --version (OpenVAS Manager)

openvassd --version (OpenVAS Scanner)

openvas-nasl --version --debug-tls=1 (Version of openvas-libaries as well as some additional used external libraries)

GVM-10+

gsad --version (Greenbone Security Assistant)

gvmd --version (Greenbone Vulnerability Manager)

openvassd --version (OpenVAS Scanner)

openvas-nasl --version --debug-tls=1 (Version of gvm-libs as well as some additional used external libraries)

2 Likes