
Home > Debian > セキュリティ対策 > Activation Code
| Nessusのエラー対処(Activation Code) |
Nessusで調査した結果のReportに以下のようなメッセージがある場合の対処
Service: general/tcp Severity: High You are running a version of Nessus which is not configured to receive a full plugin feed. As a result, the security audit of the remote host produced incomplete results. To obtain a complete plugin feed, you need to register your Nessus scanner at http://www.nessus.org/register/ then run nessus-update-plugins to get the full list of Nessus plugins. |
http://www.nessus.org/register/にアクセスし、I accept のボタンをクリック。
メールアドレスを入力する項目があるので、自分のメールアドレスを入力し、Registerボタン。
以上で、Activation codeについてのメールが届く。
メールの指示に従い、以下のコマンドを実行する(activationcodeの部分には実際に送られてきた値を入れる)
# nessus-fetch --register activationcode |
なお、これで失敗してしまった場合は、もう一度メールアドレスの登録から始め、今度はメールに書いてあるURLにアクセスし、
activation codeを入力して、プラグインの詰まったファイル(all-2[1].0.tar.gz)をダウンロードし、サーバにアップする。
all-2[1].0.tar.gzのある場所で、以下のコマンドを実行する
# /etc/init.d/nessusd stop # tar zxvf all-2\[1\].0.tar.gz -C /var/lib/nessus/plugins/ # nessusd -D |
再びNessusで調査すると、次は上記のメッセージは表示されなくなる。
Nessusの導入(Nessusサーバ) : Nessusクライアントの設定(Windows) と実行
最終更新 : 09/26/2005