Send Openvas result to Kibana with vulwisperer

Vulwisperer is a tool to read the finding from a openvas scanner and to send them to a other tools. Here i want them to be sent to a elasticsearch and kibana.

  • To do this i first need to start a openvas scan and get some results. –
  • Then use vulwisperer to get the results from openvas and store the results in json files.
  • From the json files a then uses logstash to send the finding to elastic.

Here is a full decription with working code how to get results from openvas to elastic working

https://github.com/mattiashem/VulnWhisperer