72e6043b0900344812ab5f0cd3aa3c53ea9d91d0
VulnWhisperer
Create actionable data from your vulnerability scans
VulnWhisperer is a vulnerability report aggregator for nessus (more scanners to come). VulnWHisperer will pull all the reports and create a file with a unique filename which is then fed into logstash. Logstash extracts data from the filename and tags all of the information inside the report (see logstash_vulnwhisp.conf file). Data is then shipped to elasticsearch to be indexed.
Getting Started
Currently supports python 2.7
sudo pip install -r requirements.txt
python setup.py install
Currently Supports
- Nessus
Setup
Configuration
There are a few configuration steps to setting up VulnWhisperer:
- Configure Ini file
- Setup Logstash File
- Import ElasticSearch Templates
- Import Kibana Dashboards
Credit
Big thank you to Justin Henderson for his contributions to vulnWhisperer!
Description
Languages
Python
92.4%
Shell
6.6%
Smarty
0.6%
Dockerfile
0.4%