PDA

View Full Version : OpenVas 7 - Solution



PePeLeGal
2014-10-31, 11:54
I've been experiencing a lot of problems with openvas.
My original Kali installation is 1.0.5. I was doing all upgrades.
But this last month Openvas stop working properly. A ERROR message always appeared, no matter what tutorial I followed.
Hope comes when I got to this solution. It is not good, is bad, I know. But now the openvas is working perfectly.

Ugly solution:
apt-get purge openvas openvas-* ;
rm -fr /var/cache/openvas;
rm -fr /var/log/openvas;
rm -fr /var/lib/openvas;
apt-get autoremove;
apt-get install alien nsis rpm;
apt-get install openvas;
From Menu: Applications > Kali Linux > System Services > Openvas > openvas Initial Setup;
openvasmd --user=admin --new-password=<your password>.

It has fixed the bug, but, remove all previous scans and configurations.

Usage:
Access https://127.0.0.1:9392/, enter login as 'admin' and password 'your password'.
Eventually the page will stop working. If this happen, just execute "service greenbone-security-assistant restart".

drill
2014-11-04, 09:36
Thanks, it has fixed my openvas issue too !

metavaronos
2014-11-13, 14:41
i just used the last command on the terminal of initial setup and it worked for me to change finally the admin password!

clone
2014-11-13, 17:51
this is for v7 install. much easier than 6 was.

SCM Repository

Documentation for Subversion (sometimes referred to as "SVN") is available here.
Anonymous Subversion Access

This project's SVN repository can be checked out through anonymous access with the following command(s).

svn checkout https://scm.wald.intevation.org/svn/openvas/trunk
svn checkout https://scm.wald.intevation.org/svn/openvas-nvts

root@kali:~# ./openvas-check-setup and just do the fixes listed; which will be starting openvassd,openvasmd,gsad and then openvasmd--rebuild once openvassd is running.

AnonaTom
2015-03-03, 01:10
PePe....THANK YOU!!!!THANK YOU!!!!THANK YOU!!!!! Great help. Went step by step and it worked perfectly. Thank you.

thanh1234
2015-03-06, 03:12
THANK YOU I've been like this before

Oduoc
2015-03-09, 18:05
I've been experiencing a lot of problems with openvas.
My original Kali installation is 1.0.5. I was doing all upgrades.
But this last month Openvas stop working properly. A ERROR message always appeared, no matter what tutorial I followed.
Hope comes when I got to this solution. It is not good, is bad, I know. But now the openvas is working perfectly.

Ugly solution:
apt-get purge openvas openvas-* ;
rm -fr /var/cache/openvas;
rm -fr /var/log/openvas;
rm -fr /var/lib/openvas;
apt-get autoremove;
apt-get install alien nsis rpm;
apt-get install openvas;
From Menu: Applications > Kali Linux > System Services > Openvas > openvas Initial Setup;
openvasmd --user=admin --new-password=<your password>.

It has fixed the bug, but, remove all previous scans and configurations.

Usage:
Access https://127.0.0.1:9392/, enter login as 'admin' and password 'your password'.
Eventually the page will stop working. If this happen, just execute "service greenbone-security-assistant restart".

Hi PePeLeGal! I went step by step and it seems to work! But every time I reboot I face these three errors:

OpenVas Scanner is not running
OpenVas Manager is not running
openVas Greenbone Security Assistant is not running

Once I fix these three errors, Greenbone Security Assistant works pretty fine, but I can't launch OpenVas-gsd! any solution to this problem? thanks in advance for your help!

haikiepvesau
2015-03-18, 17:38
THANK, I like this. Very good

grid
2015-04-10, 14:31
Thanks much, PePeLeGal...got me past an OpenVAS problem I was having!