Update to README

This commit is contained in:
Austin Taylor
2017-07-10 01:51:17 -04:00
parent db5ab0a265
commit dab91faff8

View File

@ -5,7 +5,7 @@
<p align="center" style="width:400px"><img src="https://github.com/austin-taylor/vulnwhisperer/blob/master/docs/source/vulnwhisp_dashboard.jpg" style="width:400px"></p> <p align="center" style="width:400px"><img src="https://github.com/austin-taylor/vulnwhisperer/blob/master/docs/source/vulnwhisp_dashboard.jpg" style="width:400px"></p>
VulnWhisperer is a vulnerability report aggregator for nessus (more scanners to come). VulnWHisperer will pull all the reports 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. 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.
@ -19,6 +19,14 @@ sudo pip install -r requirements.txt
python setup.py install python setup.py install
``` ```
Requirements
-------------
####
* ElasticStack
* Python 2.7
* Vulnerability Scanner - (Nessus)
* Optional: Message broker such as Kafka or RabbitMQ
Currently Supports Currently Supports
------------- -------------
#### ####