Kali 2024.4 - missing Port scanners VT

Hi,
I have issue with scans. When I run scans It always return zero results, however using nmap directly from CLI works. I have tried check scan configuration and there is missing Port scanners VT.

Here are version of GVM:

┌──(root㉿kali)
└─# gvmd --version
Greenbone Vulnerability Manager 24.0.0
Manager DB revision 256
Compliance reports enabled
Copyright (C) 2009-2021 Greenbone AG
License: AGPL-3.0-or-later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

                                                                                                                                                                                            
┌──(root㉿kali)
└─# openvas --version
OpenVAS 23.13.1
gvm-libs 22.14.0
Most new code since 2005: (C) 2024 Greenbone AG
Nessus origin: (C) 2004 Renaud Deraison <deraison@nessus.org>
License GPLv2: GNU GPL version 2
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

                                                                                                                                                                                            
┌──(root㉿kali)
└─# lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description:    Kali GNU/Linux Rolling
Release:        2024.4
Codename:       kali-rolling

Can you please help?

Thank you

1 Like

On Kali Linux, you can execute sudo greenbone-feed-sync to pull all the feeds. The port lists are in the GVMD data, not the VT data. See docs

I noticed the same behavior even after updating the feeds. It was fixed after running

runuser -u _gvm -- gvmd --rebuild-gvmd-data=all