Simply put, openvas is an open source vulnerability detection and scanning software
openvas-manager (openvasmd) 9390
openvas-scanner (openvassd) 9391
Greenbone security assitant (gsad) 9392
In fact, the installation is very simple, but it took me a long time to do it for the first time. Mainly the installation script and detection script
http://www.openvas.org/install-packages.html This is the download address, package installation
Initial state, close iptables and selinux
#wget -q -O - http://www.atomicorp.com/installers/atomic | sh
# yum install openvas
# yum install redis
#vim /etc/redis.conf
unixsocket /tmp/redis.sock
unixsocketperm 700
#service redis restart
# openvas -setup (This is actually an installation script. It is estimated that there will be many errors during the process. Just follow the error prompts to solve it)
The official website also has a detection script openvas-check-setup.sh, which will start again. Check whether the various components and dependencies of openvas are normal at the end, and there are also commands to solve them.
The above is the detailed content of How to use vulnerability scanning software OpenVas. For more information, please follow other related articles on the PHP Chinese website!