Hello Guys,
I installed Openvas v9 in Centos 7.7, I need to change my admin password. When I run the command “sudo openvasmd --user=admin --new-password=xxx”, this error appears:
bash: openvasmd: command not found
Also I run the command “openvas-check-setup --v9”, this error appears:
-bash: openvas-check-setup: command not found
Could someone help me?
Many Thanks.
============more information===================
gsad --version
Greenbone Security Assistant 8.0.0
Copyright © 2010-2016 Greenbone Networks GmbH
License GPLv2+: GNU GPL version 2 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
openvassd --version
OpenVAS Scanner 6.0.0
Most new code since 2005: © 2018 Greenbone Networks GmbH
Nessus origin: © 2004 Renaud Deraison deraison@nessus.org
License GPLv2: GNU GPL version 2
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
openvas-nasl --version --debug-tls=1
openvas-nasl 10.0.0
gnutls 3.3.29
libssh 0.7.1/openssl/zlib
gpgme 1.12.0
Copyright © 2002 - 2004 Tenable Network Security
Copyright © 2013 Greenbone Networks GmbH
openvasmd --version
-bash: openvasmd: command not found
GVMd is running, I can log in and the scan service is available,
cfi
October 31, 2019, 3:38pm
2
Please note that openvas-check-setup is unmaintained / deprecated:
openvas-check-setup isn’t developed anymore. There is also no replacement for this tool because it didn’t offer much value for debugging and further advices.
Furthermore openvasmd
has been renamed to gvmd
since GVM-10 as described in:
We are happy to announce the new release of Greenbone Vulnerability Management version 10 (GVM-10). GVM is developed for and as part of the commercial product line Greenbone Security Manager . GVM is developed by Greenbone and licensed as Free Software/Open Source.
The source code modules are summarized with downloaded links here:
GVM is published as regularly updated and tested source code releases, the Greenbone Source Edition (GSE). As already announced, the development at Greenbone will s…
3 Likes
bricks
November 1, 2019, 5:35pm
3
owem777:
I installed Openvas v9 in Centos 7.7, I need to change my admin password. When I run the command “sudo openvasmd --user=admin --new-password=xxx”, this error appears:
bash: openvasmd: command not found
That’s not correct. gsad 8.0, openvassd 6.0 and openvas-nasl 10 are GVM 10. As @cfi already did mention you need to use gvmd
instead of openvasmd
now and openvas-check-setup
is deprecated and useless.
3 Likes
Many thanks for your reply. I will survey the upgrade on GVM-10.