Phone kali (linux deploy) openvas installation.

Openvas today to be installed, a lot of this kind of error.

After the lessons, find the root cause lies in resid database configuration errors.

Therefore, execute the following command can be solved:

openvas-feed-update

openvas-check-setup

usermod -ag aid_inet redis

apt install redis* -y

apt install sqlite3* -y

But -i "111 aunixsocket /var/run/redis/redis-server.sock/" etc / return / redis.conf

sed -i "112 aunixsocketperm 755" /etc/redis/redis.conf

sed -i "113 aport 6382" /etc/redis/redis.conf

openvas-check-setup

 

openvas start command:

sudo /etc/init.d/redis-server restart

sudo /etc/init.d/openvas-scanner restart

sudo /etc/init.d/openvas-manager restart

sudo /etc/init.d/greenbone-security-assistant restart

openvas-check-setup

openvas-start

openvasmd -p 9390 -a 0.0.0.0

Well, now you can run openvas normal.

Comp image:

 

Released three original articles · won praise 0 · Views 569

Guess you like

Origin blog.csdn.net/qq_29705179/article/details/85272598