当前位置:网站首页>[kali-vulnerability scanning] (2.1) Nessus download and installation (on)
[kali-vulnerability scanning] (2.1) Nessus download and installation (on)
2022-08-03 21:10:00 【The Black Zone (Rise)】
目录
Go to the official website to download the plug-in package
一、简介
1.1、概述:
Nessus号称是世界上最流行的漏洞扫描程序,全世界有超过75000个组织在使用它.
该工具提供完整的电脑漏洞扫描服务,并随时更新其漏洞数据库.
Nessus不同于传统的漏洞扫描软件,Nessus可同时在本机或远端上遥控,进行系统的漏洞分析扫描.Nessus也是渗透测试重要工具之一
1.2、下载(kali-Linux):
官网:
Download Nessus | Tenable
https://www.tenable.com/downloads/nessus?loginAttempted=true
1.3、安装:
可以直接在官网下载
A suitable version can be found
解压安装软件包
sudo dpkg -i Nessus-8.15.5-debian6_amd64.deb
1.4、运行:
启动服务
sudo service nessusd start
初步登录nessus,浏览器访问 https://localhost:8834,初始化扫描器
选择 Managed Scanner----->Managed by Tenable.sc
创建账号密码
用户名和密码
The default password can be set to nessus:nessus(Mainly for convenience)
1.5、申请:
获取激活码:
nessus官方申请激活码,邮箱必须正确,用来接收激活码
(Temporary mailboxes on the Internet can be used)
获取激活码|内瑟斯|成立 (tenable.com)
https://www.tenable.com/products/nessus/activation-code选择16个ip的(最右侧)
获取识别码
sudo /opt/nessus/sbin/nessuscli fetch --challenge
Go to the official website to download the plug-in package
输入申请的激活码,and the identification code obtained in the previous step
Tenable Network Security (nessus.org)
https://plugins.nessus.org/v2/offline.php
They are the plugin download addresses、证书
证书下载地址
安装插件包
移到nessus文件夹下
in this folder location,右键打开终端输入
/opt/nessus/sbin/nessuscli update all-2.0.tar.gz
离线激活
/opt/nessus/sbin/nessuscli fetch --register-offline ./nessus.license
Prompt to register correctly
备份(建议)
sudo cp -r /opt/nessus/lib/nessus/plugins/ ./
重启nessus
sudo service nessusd restart
再次访问
浏览器访问Nessus(https://localhost:8834)
The plugin will be compiled initially,时间有点长,take dozens of minutes
二、windows安装
2.1、下载
我下的64位的msi安装程序
2.2、相同:
初始登录,设置密码,申请激活码、创建plugin_feed_info.inc文件内容相同
2.3、不同:
1、nessus需要安装在c盘下
The default is this directory
2、It is also to use the administrator identity to obtain the identification code in the file directory
cd C:\Program Files\Tenable\Nessus
nessuscli.exe fetch --challenge
3、Because my email has been used once
(Then use the online temporary mailbox)
基本上一样了
4、更新插件
nessuscli.exe update ./all-2.0.tar.gz
5、配置文件位置不同
plugin_feed_info.inc文件复制到以下目录中
C:\ProgramData\Tenable\Nessus\nessus
C:\ProgramData\Tenable\Nessus\nessus\plugins
5、服务重启
在windows的服务列表中找到 Tenable Nessus 服务重启
边栏推荐
猜你喜欢

盲埋孔PCB叠孔设计的利与弊

字节跳动软件测试岗,前两面过了,第三面HR天坑,结局透心凉...

AWTK开发编译环境踩坑记录1(编译提示powershell.exe出错)

检测和控制影子IT的五个步骤

小朋友学C语言(1):Hello World

详解虚拟机!京东大佬出品 HotSpot VM 源码剖析笔记(附完整源码)

力扣707-设计链表——链表

Several difficult problems in DDD

数据库定时备份winserver2012篇

idea2021配置svn报错Cannot run program “svn“ (in directory “xxx“):CreateProcess error=2,系统找不到指定的文件
随机推荐
TweenMax.js向日葵表情变化
微信小程序 生成跳转体验版url,可直接跳转到体验版小程序(可通过此方法测试模板消息)
Why BI software can't handle correlation analysis
PyCharm函数自动添加注释无参数问题
leetcode 072. 求平方根
XSS线上靶场---haozi
15年软件架构师经验总结:在ML领域,初学者踩过的五个坑
leetcode 072. Finding Square Roots
NAACL 2022 | 具有元重加权的鲁棒自增强命名实体识别技术
leetcode 231. Powers of 2
简单又有效的基本折线图制作方法
反射机制
小朋友学C语言(3):整数、浮点数、字符
XSS测试
《富爸爸,穷爸爸》思维导图和学习笔记
Lecture topics and guest blockbuster, TDengine developers conference to promote data technology "broken"
直播源码开发,各种常见的广告形式
李沐动手学深度学习V2-BERT微调和代码实现
函数,递归以及dom简单操作
力扣707-设计链表——链表
https://www.tenable.com/downloads/nessus?loginAttempted=true


























基本上一样了


