HASecuritySolutions / VulnWhisperer

Create actionable data from your Vulnerability Scans
https://twitter.com/VulnWhisperer
Apache License 2.0
1.36k stars 267 forks source link

Support for https://vuls.io/ #184

Open aderumier opened 5 years ago

aderumier commented 5 years ago

Hi,

https://vuls.io/ is an agentless linux vulnerability scanner.

It's exporting results to json file, so it should be easy to parse it.

aderumier commented 5 years ago

Hi, I'll try to work on it this month.

Also, I have found a log parser to elastic here:

https://github.com/usiusi360/vuls-log-converter

It should help a lot