From 2bf8c2be8b7f881e83285e74134861cd03eb4b66 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Thu, 4 Jan 2018 13:36:19 -0500 Subject: [PATCH 1/4] Update to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c1b41bc..c21c0df 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Requirements ```python +Install dependant modules +cd deps/qualysapi +python setup.py install + Using requirements file: sudo pip install -r /path/to/VulnWhisperer/requirements.txt From 882a4be27508fe75452036f5fcf05fe09e3eca5c Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Thu, 4 Jan 2018 13:49:08 -0500 Subject: [PATCH 2/4] Update to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c21c0df..3752c54 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,17 @@ vuln_whisperer -c configs/example.ini -s qualys

Next you'll need to import the visualizations into Kibana and setup your logstash config. A more thorough README is underway with setup instructions. +Running Nightly +--------------- +If you're running linux, be sure to setup a cronjob to remove old files that get stored in the database. Be sure to change .csv if you're using json. + +Setup crontab -e with the following config (modify to your environment) - this will run vulnwhisperer each night at 0130: + +`00 1 * * * /usr/bin/find /opt/vulnwhisp/ -type f -name '*.csv' -ctime +3 -exec rm {} \;` + +`30 1 * * * /usr/local/bin/vuln_whisperer -c /opt/vulnwhisp/configs/example.ini` + + _For windows, you may need to type the full path of the binary in vulnWhisperer located in the bin directory._ Credit From bbad599a73c82ececb756b8990776116d3c41db9 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Thu, 4 Jan 2018 13:49:45 -0500 Subject: [PATCH 3/4] Update to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3752c54..937ae72 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Currently Supports ### Vulnerability Frameworks - [X] Nessus V6 +- [X] Nessus V7 - [X] Qualys Web Applications - [ ] Qualys Vulnerability Management (_in progress_) - [ ] OpenVAS From a1b9ff6273b94ebaf5a34c05b3aad34a9a5ca280 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Thu, 4 Jan 2018 13:53:38 -0500 Subject: [PATCH 4/4] Update to readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 937ae72..288781f 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ Currently Supports ### Vulnerability Frameworks -- [X] Nessus V6 -- [X] Nessus V7 +- [X] Nessus (v6 & **v7**) - [X] Qualys Web Applications - [ ] Qualys Vulnerability Management (_in progress_) - [ ] OpenVAS