• 安装openvas记录


    看到openvas的安装步骤
    我叹服了

     Step 1: Configure Atomicorp Repository
    (as user root, only once)

    wget -q -O - http://www.atomicorp.com/installers/atomic |sh

    Step 2: Quick-Install OpenVAS
    (as user root, only once)

    yum install openvas
    openvas-setup

    Step 3: Quick-Start OpenVAS

    ( nothing to do, all is up and running directly after installation )

    Step 4: Log into OpenVAS with user created in the step 2

    Open https://localhost:9392/.


    在我的redhat as 5.3 x64 上报错如下:
    openvas-setup


    ---------------

    /usr/sbin/openvassd: relocation error: /usr/lib64/libopenvas_nasl.so.5: symbol gcry_cipher_setk

    ……
    version GCRYPT_1.2 not defined in file libgcrypt.so.11 with link time reference

    ……
    openvas-setup md5sums not correct. Your NVT collection might be broken now
    ---------------

    日志刷得太多

    没贴到原始记录

    执行yum update libgcrypt*


    再次执行openvas-setup
    成功!

    先执行openvasmd --update一下

    然后就可以登录了

    一个task执行结果如下

    Task Summary
    ResumeStop
    Edit
    Name: 1testdb2
    Comment:  
    Scan Config: Full and fast ultimate
    Escalator:  
    Schedule: (Next due: over)
    Target: db2
    Slave:  
    Status:
    Done
    Reports: 1 (Finished: 1)
    Observers:  

    Scan Intensity

    Maximum concurrently executed NVTs per host: 4
    Maximum concurrently scanned hosts: 20
    Reports for "1testdb2"
    Report Threat Scan Results Actions
    High Medium Low Log False Positive
    Wed Sep 18 06:20:05 2013
    Done
    Medium 0 3 1 23 0 CompareDetails
    Notes on Results of "1testdb2"
    NVT Text Active Actions
    Overrides on Results of "1testdb2"

    NVT From To Text Active Actions
    =============================
  • 相关阅读:
    @Controller 与 @RestController 的区别
    Java泛型
    Java面试被经常问到的常用算法
    jdk和jre的区别
    Spring获取对象的方式
    xsi:schemaLocation的作用
    SpringBoot学习(一)
    docker-elk装IK自定义分词库
    MySQL存储引擎
    docker环境下elasticsearch安装ik和拼音分词
  • 原文地址:https://www.cnblogs.com/4admin2root/p/3326452.html
Copyright © 2020-2023  润新知