kali學習日記第二篇 -- Nessus

1、準備工做php

root@kali:~# apt-get update; apt-get upgrade; apt-get dist-upgrade


2、獲取安裝
數據庫

一、http://www.nessus.org/products/nessus/nessus-plugins/obtain-an-activation-code    獲取激活碼bash

以下圖
ide

wKioL1i2ny3RQijlAAPBbTNiBM4395.png-wh_50


二、獲取免費版本的激活碼(Nessus Home),註冊賬號
fetch

wKiom1i2n5rRF8dgAACz9hnm7SY766.png-wh_50



三、在註冊郵箱中得到激活碼ui


四、註冊成功到達下載頁面,下載相應系統版本spa

wKiom1i2oICQMYeZAAK8C2oHJUU115.png-wh_50


五、安裝插件

一、這裏選擇Ubuntu的包,下載後的包必定要MD5校驗下
二、安裝
root@kali:~/桌面# dpkg -i Nessus-6.10.2-debian6_amd64.deb 
(正在讀取數據庫 ... 系統當前共安裝有 458910 個文件和目錄。)
正準備解包 Nessus-6.10.2-debian6_amd64.deb  ...
正在解包 nessus (6.10.2) ...
正在設置 nessus (6.10.2) ...
Unpacking Nessus Core Components...
nessusd (Nessus) 6.10.2 [build M20085] for Linux
Copyright (C) 1998 - 2016 Tenable Network Security, Inc

Processing the Nessus plugins...
[##################################################]

All plugins loaded (1sec)

 - You can start Nessus by typing /etc/init.d/nessusd start
 - Then go to https://kali:8834/ to configure your scanner

正在處理用於 systemd (215-17+deb8u1) 的觸發器 ...
三、啓動服務
root@kali:~/桌面# /etc/init.d/nessusd start
Starting Nessus : .

四、獲取挑戰碼
root@kali:~/桌面# /opt/nessus/sbin/nessuscli fetch --challenge

Challenge code: *****************************************

You can copy the challenge code above and paste it alongside your
Activation Code at:
https://plugins.nessus.org/v2/offline.php


 六、提交註冊碼和挑戰碼(註冊碼在郵箱),在此處提交 https://plugins.nessus.org/offline.phpcode

wKiom1i3vAKAxv5sAAEq9xLjRqU733.png-wh_50

wKioL1i3vAPTz0ORAAFvtn40JaE554.png-wh_50



七、註冊orm

root@kali:~/桌面# cp all-2.0.tar.gz nessus-fetch.rc /opt/nessus/etc/nessus/
root@kali:~/桌面# /opt/nessus/sbin/nessuscli fetch --register-offline /opt/nessus/etc/nessus/nessus-fetch.rc


八、升級最新插件

root@kali:~/桌面# /opt/nessus/sbin/nessuscli update all-2.0.tar.gz 

 * Update successful.  The changes will be automatically processed by Nessus.
相關文章
相關標籤/搜索