Results 1 to 2 of 2

Thread: [HowTo] Installation procedure of OpenVAS on Kali Linux 2023.2a

  1. #1

    Lightbulb [HowTo] Installation procedure of OpenVAS on Kali Linux 2023.2a

    This is an update for Kali Linux 2023.2a from my previous thread on installing OpenVas on Kali Linux.

    => https://forums.kali.org/showthread.p...i-Linux-2022-1

    Follow the "how to" until you do the "gvm-setup" line, then follow the following guidelines to avoid a GVMD database creation error in Postgresql with this result => "WARNING: database ?postgres? has a collation version mismatch
    DETAIL: The database was created using collation version 2.36, but the operating system provides version 2.37."

    In a terminal window fill in the following command line:

    Code:
    sudo -u postgres psql

    then fill in the following to upgrade database support:

    Code:
    ALTER DATABASE postgres REFRESH COLLATION VERSION;

    To exit Postgresql:

    Code:
    \q

    Let's relaunch a verification of the setup:

    Code:
    sudo gvm-check-setup

    After this step, all you have to do is create a user and its password then follow the how to, ignoring the creation of the user later:

    Code:
    sudo runuser -u _gvm -- gvmd --create-user=my_user --password=my_password

    Source
    Last edited by wingcommander'99; 2023-08-15 at 12:15. Reason: tag error

  2. #2
    Join Date
    2023-Sep
    Posts
    1
    Update, install required packages, install OpenVAS, initialize the database, start services, and access the web interface for scanning.

Similar Threads

  1. Replies: 2
    Last Post: 2023-04-09, 03:47
  2. [HowTo] Installation procedure of OpenVAS on Kali Linux 2022.1
    By wingcommander'99 in forum How-To Archive
    Replies: 6
    Last Post: 2023-04-07, 07:20
  3. [HowTo] Procedure for scanning a target with OpenVAS
    By wingcommander'99 in forum How-To Archive
    Replies: 0
    Last Post: 2022-04-08, 18:50
  4. [HowTo]Perform a Scan Task on OpenVAS
    By wingcommander'99 in forum How-To Archive
    Replies: 0
    Last Post: 2022-04-08, 11:37
  5. Howto HDD installation on a USB key
    By Quest in forum How-To Archive
    Replies: 5
    Last Post: 2015-02-12, 16:18

Tags for this Thread

Posting Permissions

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