Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Kali based systems #1432

Open
anthonyharrison opened this issue Apr 1, 2022 · 3 comments
Open

Support for Kali based systems #1432

anthonyharrison opened this issue Apr 1, 2022 · 3 comments

Comments

@anthonyharrison
Copy link

anthonyharrison commented Apr 1, 2022

When runing vuls locally on a kali, the system fails to scan because it is an unsupported OS. As Kali is just a Debian version, can this not be detected to enable to scan to progress?

A temporary workaround is to edit /etc/os-release and change ID to Debian (from Kali) and VERSION_ID to a valid Debian version (e.g. 11.3)

@MaineK00n
Copy link
Collaborator

Currently, Vuls does not support vulnerability detection for Debian Testing. Therefore, Kali Linux cannot be supported.

The Kali Linux distribution is based on Debian Testing

ref: https://www.kali.org/docs/policy/kali-linux-relationship-with-debian/

It is possible to scan by rewriting /etc/debian_version to the version supported by Vuls, but it is highly unlikely that you will get correct results.

$ cat /etc/debian_version 
kali-rolling

@skm248
Copy link

skm248 commented Sep 23, 2024

Getting issues in the Kali Linux, Any help regarding this?
image

@MaineK00n
Copy link
Collaborator

It is possible to scan Kali Linux, but since there is no vulnerability information for the packages provided by Kali Linux, it cannot be detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants