以下の記事に従ってOpenVASを機能させようとしています。
https://www.atlantic.net/community/howto/install-openvas-vulnerability-scanner-centos-7
しかし、機能していません。openvas-check-setupを実行すると、以下のエラーが表示され、/ var/log/redis/redis.logを確認すると、「Opening Unix socket:bind:Permission denied」と表示されます
openvas-check-setup 2.3.7 Test completeness and readiness of OpenVAS-8 (add '--v6' or '--v7' or '--v9' if you want to check for another OpenVAS version)
Please report us any non-detected problems and help us to improve this check routine: http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
Send us the log-file (/tmp/openvas-check-setup.log) to help analyze the problem.
Use the parameter --server to skip checks for client tools like GSD and OpenVAS-CLI.
Step 1: Checking OpenVAS Scanner ...
OK: OpenVAS Scanner is present in version 5.0.7.
OK: OpenVAS Scanner CA Certificate is present as /var/lib/openvas/CA/cacert.pem.
OK: redis-server is present in version v=3.0.7.
OK: scanner (kb_location setting) is configured properly using the redis-server socket: /tmp/redis.sock
ERROR: redis-server is not running or not listening on socket: /tmp/redis.sock
FIX: You should start the redis-server or configure it to listen on socket: /tmp/redis.sock
ERROR: Your OpenVAS-8 installation is not yet complete!
同じ問題が発生しました。問題は、Kali LinuxではOpenVasにファイルがないことでした:デフォルトでは/etc/openvas/openvassd.conf。
そこで、このファイルを作成し、以下のコンテンツを入力して、Redisサーバーのデフォルト値を上書きします。 kb_location =/var/run/redis/redis.sock
これで私の問題は修正されました。私はこのサイトで完全なチュートリアルを書きました: https://waqasahmedkhan.com/openvas-bug-in-kali-linux-2017-3-5/