Notes about GVM --------------- On Kali / Debian we highly recommend to install the package gvm and to use the commands provided by the package gvm to setup correctly GVM tools: 'sudo gvm-setup' 'sudo gvm-check-setup' (see more information in /usr/share/doc/gvm/README.Debian) How to run gvm-cli commands --------------------------- Since gvm 11, we use a special user _gvm. You will need to use the user _gvm to run the GVM commands, like 'sudo -u _gvm gvm-cli [options]' How to update the data in Kali / Debian --------------------------------------- Use one of the following commands (depending on what you want to update): 'sudo greenbone-feed-sync --type GVMD_DATA' 'sudo greenbone-feed-sync --type SCAP' 'sudo greenbone-feed-sync --type CERT' 'sudo -u _gvm greenbone-nvt-sync' Please note that you need to run the latest command as _gvm user If you have installed the package gvm you can update the data (CERT, SCAP, GVMD_DATA) from the feed server and the OpenVAS NVTs from Community Feed with one command: 'sudo gvm-feed-update'