1,進入服務器停止服務
service nessusd stop
2,進入目錄執行命令獲取Challenge code
cd /opt/nessus/sbin/
./nessuscli fetch --challenge
[root@scan sbin]# ./nessuscli fetch --challenge
Challenge code: 163feb94558127ba593f2f740fa68ee39de7c2b6
You can copy the challenge code above and paste it alongside your
Activation Code at:
https://plugins.nessus.org/v2/offline.php
3,登陸nessus官方重新申請最新的home版激活碼
https://zh-cn.tenable.com/products/nessus/nessus-essentials
填寫正確的信息之后,激活碼會發送至郵箱
4,登陸離線更新頁面,填寫激活碼和Challenge code之后獲取離線更新包
https://plugins.nessus.org/offline.php
5,獲取到離線更新包連接,下載執行下面的更新操作。
6,登陸服務器導入離線更新包到root目錄下,更新。
cd /opt/nessus/sbin/
./nessuscli update /root/all-2.0.tar.gz
7,重啟服務
service nessusd restart
8,登陸web控制台查看更新進度