当前位置:网站首页>kali安装Nessus
kali安装Nessus
2022-07-15 09:58:00 【太菜是我的】
1、下载安装
先在官网下载对应的Nessus版本:
https://www.tenable.com/downloads/nessus?loginAttempted=true
我这边下载的是10.3这个版本:
下载完成之后到Nessus软件包的对应目录输入以下命令进行解压:
dpkg -i Nessus-10.3.0-debian9_amd64.deb
可以看到成功解压:

2、启动Nessus
systemctl start nessusd.service

也可以输入以下命令设置开机自启动:
systemctl enable nessusd.service
3、访问Nessus
在浏览器中输入https://localhost(或者IP):8834进入到以下页面进行初始化:

我们选择Managed Scanner->Managed by Tenable.sc,点击continue之后新建账号,然后进入到以下页面:

此时是没有扫描界面的,接下来我们获取插件包。
4、获取插件包
进入Nessus安装的默认目录,将challenge code复制到下面地址的第一个框中:


接下来访问https://zh-cn.tenable.com/products/nessus/nessus-essentials获取第二个框的激活码:

打开邮箱查看激活码:

将激活码输入到第二个框中,点击submit,成功之后会返回以下界面,在浏览器中分别输入下面的两个链接下载插件和注册码:


下载完成之后将这两个文件都复制到/opt/nessus/sbin/目录下:
命令:
cp nessus.license /opt/nessus/sbin/
cp all-2.0.tar.gz /opt/nessus/sbin/

然后进入到/opt/nessus/sbin/目录执行如下命令进行注册和更新:
./nessuscli fetch --register-offline nessus.license
./nessuscli update all-2.0.tar.gz

更新完后重新启动Nessus服务:
./nessusd

刷新Nessus的网页可以看到已经有Scans模块了:

以上就安装成功啦!
边栏推荐
- BeautifulSoap基本使用
- An East goods order code # install dependencies
- Summer precipitation Web Learning - SQL injection Foundation (Basic & Digital & character)
- Analysis of eip-2535 diamond agreement from the Saudi NFT event
- Configure scan packages based on annotations
- C language shift operation
- MFC implementation class serialization
- 科技公司纷纷反对 英国网络安全法案搁置
- SHAREit Group的技术战略——开放、自立、超前布局
- Uniapp+nodejs realize takeout app project 1- project introduction
猜你喜欢

002. Write string inversion cases

【面试题】在 Queue 中 poll()和 remove()有什么区别

Things about caching in software design

【教程】idea插件translation翻译快捷键及翻译设置

小程序 拉起企业微信进群二维码

【数学建模暑期培训】Matlab之求代数方程的符号解和数值解

Configure scan packages based on annotations

Four thinking abilities that front-line technicians should pay attention to
![Logu p3194 [hnoi2008] horizontal visible line (Computational Geometry + monotone stack)](/img/a8/f2b2a6763bfc9e5f98010ccb57d63f.png)
Logu p3194 [hnoi2008] horizontal visible line (Computational Geometry + monotone stack)

MFC implementation class serialization
随机推荐
mysql进阶(三)游标简易知识点汇总
【数学建模暑期培训】Matlab之求代数方程的符号解和数值解
用户登录
MFC file reading and writing based on a single document
MySQL read write separation configuration practice
[answer questions and solve doubts] in the wave of layoffs, what exactly does n+1 mean?
[cloud native series] how to defend the network security under cloud native?
Logu p3194 [hnoi2008] horizontal visible line (Computational Geometry + monotone stack)
【面试题】在 Queue 中 poll()和 remove()有什么区别
NFT industry analysis of metauniverse: China's digital collection industry is expected to move towards standardization and differentiation
Q3 qmainwindow menu bar and toolbar
[live class] Tencent classroom ----- cloud native tool secondary development training camp based on go language ------ Prometheus exporter development
MFC control learning: pictures (bmp/png)
Proxy mode -proxy (dynamic proxy)
003.list!=null和list.size()>0的区别
002. Write string inversion cases
Why is there no Productism in Wei Lai?
The file of penetration test contains Vulnerabilities & utilization posture
rez:Ephemeral packages
LeetCode - 两数相加