Install OpenVAS 4.0.6 on Centos6.5

Source: Internet
Author: User
Tags openvas

Install OpenVAS 4.0.6 on Centos6.5

Due to yum problems, I cannot install openvas for centos6.0 or earlier versions. Some people say 6.0 and 6.5 can be installed.

1. Configure the network

[Root @ localhost ~] # Vi/etc/sysconfig/network-scripts/ifcfg-eth0

ONBOOT = yes

[Root @ localhost ~] #/Etc/init. d/network restart

2. Disable selinux and restart to take effect.

[Root @ localhost ~] # Vi/etc/selinux/config

SELINUX = disabled

[Root @ localhost ~] # Reboot

The firewall is disabled because it is a virtual machine.

[Root @ localhost ~] #/Etc/init. d/iptables stop

3. Install wget

[Root @ localhost ~] # Yum-y install wget

4. Configure the yum Source

[Root @ localhost ~] # W get-q-O-http://www.atomicorp.com/installers/atomic | sh

5. Install openvas

[Root @ localhost ~] # Yum-y install openvas

6. Update the openvas database and set the user name and password. It took about 80 minutes =!

[Root @ localhost ~] # Openvas-setup

7. synchronization has been updated to the latest version. You can skip this step.

[Root @ localhost ~] # Openvas-nvt-sync

8. Download the check script, grant permissions, and execute

[Root @ localhost ~] # Wget https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup -- no-check-certificate

[Root @ localhost ~] # Chmod 755 openvas-check-setup

[Root @ localhost ~] #./Openvas-check-setup -- server

9. Start apache

[Root @ localhost ~] #/Etc/init. d/httpd start

10. Check whether the module process is normal.

[Root @ localhost src] # service gsad status

Gsad (pid 32552) is running...

[Root @ localhost src] # service openvas-manager status

Openvas-manager (pid 32534) is running...

[Root @ localhost src] #/etc/init. d/openvas-Restore status

Openvassd (pid 32404) is running...

11. web login

Https: // MAID: 9392

This article is from the Kakashi blog, please be sure to keep this source http://whnba.blog.51cto.com/1215711/1625044

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.