vulmon / Vulmap

Vulmap Online Local Vulnerability Scanners Project
https://vulmon.com
GNU General Public License v3.0
950 stars 196 forks source link

Add RHEL support #17

Open NVitanovic opened 4 years ago

NVitanovic commented 4 years ago

This pull request resolves issue #16 and allows the Vulmap Linux script to work on RHEL based systems that utilize rpm package manager.

The following changes have been done:

The remaining flow of the script has not been modified. Other package managers can be added in the same way based on a different distro if they follow /etc/os-release convention.

ozelfatih commented 3 years ago

Hi @NVitanovic ,

Thanks for your contribution. I tested your script but it didn't give a satisfying result because Vulmon API doesn't have a separate DB for Redhat.

Before merging the code, we must do some development on Vulmon API. For that reason, I am not merging it for now. We have plans to add Redhat support to API in the following months btw.