kali 安装nessus_如何将持久的Nessus安装到Kali中?

本文详细介绍了如何在Kali Linux上安装Nessus,包括获取许可证密钥、下载安装包、使用dpkg安装、启动服务以及登录Web界面。此外,还讨论了如何实现Nessus的持久安装。
摘要由CSDN通过智能技术生成
kali 安装nessus

kali 安装nessus

Nessus is very good tool to manage vulnerabilities or vulnerability scanning. How can I install Nessus into my dpkg based pentest box? My distro my Debian, Ubuntu, Kali etc.

Nessus是管理漏洞或漏洞扫描的非常好的工具。 如何将Nessus安装到基于dpkg的渗透测试盒中? 我的发行版包括Debian,Ubuntu,Kali等。

获取许可证密钥 (Get License Key)

First step is license key. In old days Nessus was provided by Kali distribution as home version. There was no day limit of the Nessus. But the days gone and we are now here. To use Nessus we can download a trial of 7 days or buy. I assume you have completed this step. We can complete this step with this web page

第一步是许可证密钥。 过去,Kali发行版将Nessus作为家庭版提供。 Nessus没有天数限制。 但是日子已经过去了,我们现在在这里。 要使用Nessus,我们可以下载7天的试用版或购买。 我假设您已完成此步骤。 我们可以通过此网页完成此步骤

https://www.tenable.com/products/nessus/nessus-professional/evaluate

https://www.tenable.com/products/nessus/nessus-professional/evaluate

下载Nessus软件包 (Download Nessus Package)

Good we have license now. We need to get installation package. Nessus supports a lot of different operating systems from Kali to Windows. We download for Kali from this page.

好,我们现在有许可证。 我们需要获取安装包。 Nessus支持许多不同的操作系统,从Kali到Windows。 我们从此页面为Kali下载。

http://www.tenable.com/products/nessus/select-your-operating-system#tos

http://www.tenable.com/products/nessus/select-your-operating-system#tos

Download Nessus Package
Download Nessus Package
下载Nessus软件包

使用dpkg安装Nessus(Install Nessus with dpkg)

Our package download is completed. We will install the Nessus with dpkg tool. Our packages full name is Nessus-6.9.0-debian6_amd64.deb . Installation can take some time. Actually installing Nessus is fast but configuration of the plugins take some time. There are a lot of plugins for different systems. For example it took 870 second in my SSD cached Kali virtual machine.

我们的软件包下载完成。 我们将使用dpkg工具安装Nessus。 我们的软件包全名是Nessus-6.9.0-debian6_amd64.deb。 安装可能需要一些时间。 实际上,安装Nessus的速度很快,但配置插件需要一些时间。 有很多用于不同系统的插件。 例如,在我的SSD缓存Kali虚拟机中花费了870秒。

$ dpkg -i Nessus-6.9.0-debian6_amd64.deb  


(Reading database ... 404642 files and directories currently installed.) 
Preparing to unpack Nessus-6.9.0-debian6_amd64.deb ... 
Unpacking nessus (6.9.0) ... 
Setting up nessus (6.9.0) ... 
Unpacking Nessus Core Components... 
nessusd (Nessus) 6.9.0 [build M20070] for Linux 
Copyright (C) 1998 - 2016 Tenable Network Security, Inc 
 
Processing the Nessus plugins... 
[##################################################] 
 
All plugins loaded (870sec) 
 
 - You can start Nessus by typing /etc/init.d/nessusd start 
 - Then go to https://kali:8834/ to configure your scanner 
 
Processing triggers for systemd (231-9) ...

Keep in mind that to install we need root privileges. After installation it gives helpfull information about.

请记住,要安装,我们需要root特权。 安装后,它会提供有用的信息。

LEARN MORE  List and Change Kernel Config Variables With Sysctl Command
了解更多信息使用Sysctl命令列出和更改内核配置变量

启动Nessus服务(Start Nessus Service)

After installing Nessus we should do some configuration. Nessus is not started by default. So we should start Nessus with the following command.

安装Nessus之后,我们应该进行一些配置。 Nessus默认情况下未启动。 因此,我们应该使用以下命令启动Nessus。

$ /etc/init.d/nessusd start 
Starting Nessus : .

We have started nessusd service but be sure it is running by checking service status.

我们已经启动了nessusd服务,但是请通过检查服务状态来确保它正在运行。

$ /etc/init.d/nessusd status 
Nessus is running

登录到Nessus Web界面 (Login To Nessus Web Interface)

If the Nessus service is working properly we can login to the Nessus from web interface. Nessus uses TCP port 8443 by default but it can be changed. We will also use https for security reasons.

如果Nessus服务正常运行,我们可以从Web界面登录Nessus。 Nessus默认使用TCP端口8443 ,但可以更改。 出于安全原因,我们还将使用https

https://localhost:8443

After accessing web page we can enter license key

访问网页后,我们可以输入许可证密钥

如何将持久的Nessus安装到Kali中? 信息移植 (How To Install Tenable Nessus into Kali? Infografic)

How To Install Tenable Nessus into Kali? Infografic
How To Install Tenable Nessus into Kali? Infografic
如何将持久的Nessus安装到Kali中? 信息移植

翻译自: https://www.poftut.com/install-tenable-nessus-kali/

kali 安装nessus

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值