How to use vulnerability scanning software OpenVas

WBOY
Release: 2023-05-27 19:22:32
forward
1209 people have browsed it

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.


How to use vulnerability scanning software OpenVas

How to use vulnerability scanning software OpenVas

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!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!