0x00 問題描述
打開Nessues Web Client時,界面循環在Initializing Please wait while Nessus prepares files needed...和Compiling plugins
0x01 原因
由於一個bug,上述問題因為plugins db大小超過了windows掃描器Nessues的限制導致,因此Tenable在20190731的時候發布了更小的插件源。此bug影響的是Nessus 8.5.2之前的版本,如果更新到了8.5.2沒有此問題。
0x02 解決辦法
1、windows環境
首先需要用管理員身份打開 cmd 窗口
1.1 進入到Nessusd.exe 所在目錄
C:\Windows\system32>cd /d E:\tools\Web\nesses\Nessus8.4.0
1.2 停止Nessus服務
net stop "Tenable Nessus"
1.3 更新服務
"E:\tools\Web\nesses\Nessus8.4.0\nessusd.exe" -R
1.4 重新啟動服務
net start "Tenable Nessus"
2、Linux環境
2.1 停止Nessus服務
service nessusd stop
2.2 更新服務
/opt/nessus/sbin/nessus -R
2.3 重新啟動服務
service nessusd start
0x03 測試結果