nessus installation summary
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。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 本文出自 51CTO.COM技术博客 |


drinkey
博客统计信息
热门文章
最新评论
友情链接