注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 QoS流量的分类和标记
 帮助

nessus installation summary


2007-12-21 23:22:09
 标签:nessus   [推送到技术圈]

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://drinkey.blog.51cto.com/291310/56125
Packages needed:
    nessus-libraries-2.2.10.tar.gz
    libnasl-2.2.10.tar.gz
    nessus-core-2.2.10.tar.gz
    nessus-plugins-GPL-2.2.10.tar.gz
All above you can get them on
http://www.nessus.org

Unpack the packages:
    tar -zxvf nessus-libraries-2.2.10.tar.gz
    tar -zxvf libnasl-2.2.10.tar.gz
    tar -zxvf nessus-core-2.2.10.tar.gz
    tar -zxvf nessus-plugins-GPL-2.2.10.tar.gz

To install nessus,follow the orders:
    1.Install nessus-libraries
    2.Install libnasl
    3.Install nessus-core
    4.Install nessus-plugins

The easiest way to install the four packages is
to run the following command in each directory:
    ./configure && make && make install

When you installing nessus-plugins,there will be
an error.Modify the Makefile on line 26,change
nbin to nasl,then run the command:make install.

Make sure the /etc/ld.so.conf include the path
of nessus.Create a file
/etc/ld.so.conf.d/nessus.conf,add nessus path
in it.Gernaraly,the nessus path is /usr/local/
lib.Then run command:ldconfig

Run nessus-adduser to add a user.

Run nessus-mkcert to make a certificate.

Run nessusd -D to start nessus daemon.

Run nessus to start nessus scaner

Enjoy...

本文出自 “Drinkey Page” 博客,请务必保留此出处http://drinkey.blog.51cto.com/291310/56125





    文章评论
 
2007-12-22 21:41:26
没太看明白

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: