Originally searched the online tutorial do the later found to find online do not do to write blog (cause)
Openvas: is an open vulnerability assessment system, or it can be said that it is a network scanner with the relevant tools. Its core component is a server that includes a network vulnerability test program that detects security issues in remote systems and applications.
Installation:
1.apt-get Install OpenVAS
The problem resolution in the diagram appears during installation
Apt-get update--fix-missing
Then proceed to the previous step to install
2.openvas-setup Initializing the installation
3. When the initialization is complete, the default account password will be automatically generated: admin password is the block in figure
4.openvas-check-setup Check whether the installation is successful and according to the prompt to resolve (different environments different errors) appear OK to complete the word
5. After the installation is complete because OpenVAS default listener address is 127.0.0.1 need to manually modify the configuration file
Vim/lib/systemd/system/greenbone-security-assistant.service
Vim/lib/systemd/system/openvas-manager.service
Vim/etc/default/openvas-manager
Vim/etc/default/greenbone-security-assistant
Reload a wave of services
Systemctl Daemon-reload
Because the default password is too long, change the
OPENVASMD--user=admin--new-password= (the password you want to set)
Start OpenVAS
Openvas-start
Check Installation Integrity
Openvas-check-setup
Connecting your browser for the first time will prevent you from adding trusts
Openvas-feed-update (Upgrade plugin and vulnerability library)
Direct Native Connection
And then we can do all kinds of scanning tests.
Kalilinux installation OpenVAS