From 4359478e3d048033a68f63a4e70de7b9c5ad0a04 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Tue, 2 Jan 2018 07:53:33 -0500 Subject: [PATCH] Getting started steps --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9be4082..c1b41bc 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,6 @@ VulnWhisperer is a vulnerability data and report aggregator. VulnWhisperer will [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/) -Requirements -------------- -#### -* ElasticStack 5.x -* Python 2.7 -* Vulnerability Scanner -* Optional: Message broker such as Kafka or RabbitMQ - Currently Supports ----------------- @@ -43,6 +35,14 @@ Getting Started 4) Import the kibana visualizations 5) [Run Vulnwhisperer](#run) +Requirements +------------- +#### +* ElasticStack 5.x +* Python 2.7 +* Vulnerability Scanner +* Optional: Message broker such as Kafka or RabbitMQ + Install Requirements --------------------