Results 1 to 6 of 6

Thread: OpenVas install error

  1. #1
    Join Date
    2015-Jan
    Posts
    5

    OpenVas install error

    I have tried multiple time to install OpenVas under Kali Menu but each time it gives me the following error:



    Any ideas on what could be going wrong here?

    Thanks for your time!

  2. #2
    Try apt-get update && apt-get dist-upgrade and then install OpenVas

  3. #3
    Join Date
    2014-May
    Posts
    21
    I have posted this problem in the general...
    I have solve this...by issuing the command manually in the kali terminal with the following: (this is the same as the script of kali menu = https://github.com/offensive-securit.../menu/kalimenu)
    apt-get update && apt-get install -y openvas
    openvas-setup && openvas-scapdata-sync && openvas-certdata-sync && openvas-check-setup && openvas-stop
    openvasmd --create-user=admin --role=Admin
    read -p "Enter OpenVas admin user password: " openvas_pass
    openvasmd --user=admin --new-password="$openvas_pass"

  4. #4
    Join Date
    2014-May
    Posts
    21
    Quote Originally Posted by Jamborloi View Post
    I have posted this problem in the general...
    I have solve this...by issuing the command manually in the kali terminal with the following: (this is the same as the script of kali menu = https://github.com/offensive-securit.../menu/kalimenu)
    apt-get update && apt-get install -y openvas
    openvas-setup && openvas-scapdata-sync && openvas-certdata-sync && openvas-check-setup && openvas-stop
    openvasmd --create-user=admin --role=Admin
    read -p "Enter OpenVas admin user password: " openvas_pass
    openvasmd --user=admin --new-password="$openvas_pass"

    Please consider this procedure that I found it 100% working:
    apt-get update && apt-get install -y openvas
    openvas-setup && openvas-scapdata-sync && openvas-certdata-sync && openvas-check-setup && openvas-stop
    sudo -s
    test -e /var/lib/openvas/CA/cacert.pem || openvas-mkcert -q
    openvas-nvt-sync
    test -e /var/lib/openvas/users/om || openvas-mkcert-client -n om -i
    service openvas-manager stop
    service openvas-scanner stop
    openvassd
    openvasmd --migrate
    openvasmd --rebuild
    openvas-scapdata-sync
    openvas-certdata-sync
    test -e /var/lib/openvas/users/admin
    killall openvassd
    sleep 15
    service openvas-scanner start
    service openvas-manager start
    service openvas-administrator restart
    service greenbone-security-assistant restart
    openvasmd --create-user=admin --role=Admin

    Then the last echo message it will give you user generated password....

    go to your web browser https://127.0.0.1:9392

    user: admin
    password: "copy and paste the pre-generated user password"

    once in change the password in the settings.


    This is I manually install openvas but it is still depends on the Nethunter makers....

  5. #5
    Join Date
    2015-Feb
    Posts
    5
    Quote Originally Posted by Jamborloi View Post
    Please consider this procedure that I found it 100% working:
    apt-get update && apt-get install -y openvas
    openvas-setup && openvas-scapdata-sync && openvas-certdata-sync && openvas-check-setup && openvas-stop
    sudo -s
    test -e /var/lib/openvas/CA/cacert.pem || openvas-mkcert -q
    openvas-nvt-sync
    test -e /var/lib/openvas/users/om || openvas-mkcert-client -n om -i
    service openvas-manager stop
    service openvas-scanner stop
    openvassd
    openvasmd --migrate
    openvasmd --rebuild
    openvas-scapdata-sync
    openvas-certdata-sync
    test -e /var/lib/openvas/users/admin
    killall openvassd
    sleep 15
    service openvas-scanner start
    service openvas-manager start
    service openvas-administrator restart
    service greenbone-security-assistant restart
    openvasmd --create-user=admin --role=Admin

    Then the last echo message it will give you user generated password....

    go to your web browser https://127.0.0.1:9392

    user: admin
    password: "copy and paste the pre-generated user password"

    once in change the password in the settings.


    This is I manually install openvas but it is still depends on the Nethunter makers....
    I attempted to run this procedure. The first command worked the second began to work but stopped here:
    openvasfail.jpg

    please advise

  6. #6
    Join Date
    2014-May
    Posts
    21
    Quote Originally Posted by AnonaTom View Post
    I attempted to run this procedure. The first command worked the second began to work but stopped here:
    openvasfail.jpg

    please advise
    Hey, Just repeat it again without your device sleep or standby.

Similar Threads

  1. OPENVAS error
    By xerxes in forum General Archive
    Replies: 3
    Last Post: 2016-10-05, 11:40
  2. Openvas error after updating
    By extreme.seventh in forum NetHunter General Questions
    Replies: 1
    Last Post: 2015-08-18, 03:36
  3. OpenVAS Installation Error
    By Thurmus in forum General Archive
    Replies: 10
    Last Post: 2013-11-02, 09:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •