From 46be3c71ef36e5dc413cc00626b279a39810c49e Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 7 Jul 2018 01:18:26 -0400 Subject: [PATCH] example.ini is frameworks_example.ini (#77) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b427e5e..aaba3a5 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ There are a few configuration steps to setting up VulnWhisperer: * Import ElasticSearch Templates * Import Kibana Dashboards -example.ini file +frameworks_example.ini file

@@ -171,9 +171,9 @@ There are a few configuration steps to setting up VulnWhisperer: To run, fill out the configuration file with your vulnerability scanner settings. Then you can execute from the command line. ```python -vuln_whisperer -c configs/example.ini -s nessus +vuln_whisperer -c configs/frameworks_example.ini -s nessus or -vuln_whisperer -c configs/example.ini -s qualys +vuln_whisperer -c configs/frameworks_example.ini -s qualys ```