博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第 4 章 Vulnerability Scanner
阅读量:6683 次
发布时间:2019-06-25

本文共 2199 字,大约阅读时间需要 7 分钟。

目录

4.1. Nessus
4.2. OpenVAS

4.1. Nessus

http://www.nessus.org/

[root@centos6 src]# rpm -ivh Nessus-4.4.1-es6.x86_64.rpmPreparing...                ########################################### [100%]   1:Nessus                 ########################################### [100%]nessusd (Nessus) 4.4.1 [build M15078] for Linux(C) 1998 - 2011 Tenable Network Security, Inc.Processing the Nessus plugins...[##################################################]All plugins loaded - Please run /opt/nessus//sbin/nessus-adduser to add a user - Register your Nessus scanner at http://www.nessus.org/register/ to obtain   all the newest plugins - You can start nessusd by typing /sbin/service nessusd start
[root@centos6 src]# /opt/nessus/sbin/nessus-adduserLogin : adminLogin password :Login password (again) :Do you want this user to be a Nessus 'admin' user ? (can upload plugins, etc...) (y/n) [n]: yUser rules----------nessusd has a rules system which allows you to restrict the hoststhat admin has the right to test. For instance, you may wanthim to be able to scan his own host only.Please see the nessus-adduser manual for the rules syntaxEnter the rules for this user, and enter a BLANK LINE once you are done :(the user can have an empty rules set)Login             : adminPassword         : ***********This user will have 'admin' privileges within the Nessus serverRules             :Is that ok ? (y/n) [y]User added

申请一个验证吗http://www.nessus.org/products/nessus/nessus-plugins/obtain-an-activation-code会发送到你的邮箱中。

[root@centos6 src]# /opt/nessus/bin/nessus-fetch --register 433E-3B47-94AF-5CF8-7E8EYour activation code has been registered properly - thank you.Now fetching the newest plugin set from plugins.nessus.org...Your Nessus installation is now up-to-date.If auto_update is set to 'yes' in nessusd.conf, Nessus willupdate the plugins by itself.
[root@centos6 src]# /sbin/service nessusd startStarting Nessus services:[root@centos6 src]# Missing plugins. Attempting a plugin update...Your installation is missing plugins. Please register and try again.To register, please visit http://www.nessus.org/register/

https://localhost:8834

原文出处:Netkiller 系列 手札

本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
一个复杂的SQL语句
查看>>
跟随我在oracle学习php(23)
查看>>
MongoDB的使用
查看>>
【BZOJ】3036: 绿豆蛙的归宿
查看>>
RvmTranslator for Linux
查看>>
百度面试经历
查看>>
玩叠骰子
查看>>
TOJ 4383: n % ( pow( p , 2) ) ===0
查看>>
oracle数据库学习
查看>>
C语言程序,找出一个二维数组的鞍点。
查看>>
微信公众号开发——入门
查看>>
移动端分页
查看>>
清除img和文字间的空隙【vertical-align的用途】
查看>>
MySql的安装、配置(转)
查看>>
C++虚函数及虚函数表解析
查看>>
限制文本控件输入数据格式
查看>>
1058. 选择题(20)
查看>>
回望2018,计划2019
查看>>
Andriod 第五课----图形界面
查看>>
基于sklearn的常用分类任务指标Python实现
查看>>