Commit Graph

65 Commits

Author SHA1 Message Date
a159d5b06f Update README.md 2018-08-19 12:03:38 -04:00
7b4202de52 Update README.md 2018-08-18 14:29:23 -04:00
8336b72314 Docker-compose fully working with vulnwhisperer integrated (#90)
* ignore nessus requests warnings

* docker-compose fully working with vulnwhisperer integrated

* remove comments docker-compose

* documenting docker-compose

* Readme corrections

* fix after recheck everything works out of the box

* fix exits that break the no specified section execution mode

* fix docker qualysapi issue, updated README

* revert change on deps/qualysapi/qualysapi/util.py (no effect)

* temporarily changed Dockerfile link to the working one
2018-08-17 08:51:28 -04:00
a84576b551 No need to specify section to run (#88)
* Add Qualys vulnerability scans

* Use non-zero exit codes for failures

* Convert to strings for Logstash

* Update logstash config for vulnerability scans

* Update README

* Grab all scans statuses

* Add Qualys vulnerability scans

* Use non-zero exit codes for failures

* Convert to strings for Logstash

* Update logstash config for vulnerability scans

* Update README

* Grab all scans statuses

* Fix error: "Cannot convert non-finite values (NA or inf) to integer"

When trying to download the results of Qualys Vulnerability Management scans, the following error pops up:

[FAIL] - Could not process scan/xxxxxxxxxx.xxxxx - Cannot convert non-finite values (NA or inf) to integer

This error is due to pandas operating with the scan results json file, as the last element from the json doesn't fir with the rest of the response's scheme: that element is "target_distribution_across_scanner_appliances", which contains the scanners used and the IP ranges that each scanner went through.

Taking out the last line solves the issue.

Also adding the qualys_vuln scheme to the frameworks_example.ini

* No need to specify section to run

Until now it vulnwhisperer was not running if a section was not specified,
but there is the variable "enabled" on each module config, so now it will
check which modules are enabled and run them sequentialy.

Made mainly in order to be able to automate with docker-compose instance,
as the docker with vulnwhisperer (https://github.com/HASecuritySolutions/docker_vulnwhisperer)
has that command run at the end.

* added to readme + detectify
2018-08-09 16:39:57 -07:00
46be3c71ef example.ini is frameworks_example.ini (#77) 2018-07-06 22:18:26 -07:00
608a49d178 Update README.md 2018-07-05 13:47:22 -04:00
7f2c59f531 Qualys Vulnerability Management integration (#74)
* Add Qualys vulnerability scans

* Use non-zero exit codes for failures

* Convert to strings for Logstash

* Update logstash config for vulnerability scans

* Update README

* Grab all scans statuses

* Add Qualys vulnerability scans

* Use non-zero exit codes for failures

* Convert to strings for Logstash

* Update logstash config for vulnerability scans

* Update README

* Grab all scans statuses

* Fix error: "Cannot convert non-finite values (NA or inf) to integer"

When trying to download the results of Qualys Vulnerability Management scans, the following error pops up:

[FAIL] - Could not process scan/xxxxxxxxxx.xxxxx - Cannot convert non-finite values (NA or inf) to integer

This error is due to pandas operating with the scan results json file, as the last element from the json doesn't fir with the rest of the response's scheme: that element is "target_distribution_across_scanner_appliances", which contains the scanners used and the IP ranges that each scanner went through.

Taking out the last line solves the issue.

Also adding the qualys_vuln scheme to the frameworks_example.ini
2018-07-05 10:34:02 -07:00
9a08acb2d6 Update README.md 2018-06-26 13:04:40 -04:00
9049b1ff0f Fix to apt-get install 2018-06-04 20:23:17 -04:00
8ca1c3540d Removed no longer supported InsecureRequestWarning workaround. (#55)
* Removed no longer supported InsecureRequestWarning workaround.

* Add dependencies to README.md
2018-04-17 13:27:23 -04:00
9fc9af37f7 VulnFramework Links (#39)
Quick update regarding issue #33
2018-03-07 14:21:15 -05:00
f83a5d89a3 ELK Sample Install (#37)
Updated Readme.md to include a Sample ELK Install guide addressing multiple issues around ELK Cluster/Node Configuration.
2018-03-04 19:14:51 -05:00
1400cacfcb Update README.md 2018-03-04 17:18:34 -05:00
f21d3a3f64 Addition of OpenVas -- ready for alpha 2018-03-03 15:54:24 -05:00
5362d6f9e8 Badge addition 2018-01-31 10:12:47 -05:00
645e5707a4 Badge addition 2018-01-31 10:11:14 -05:00
03a2125dd1 Update to README 2018-01-31 10:04:39 -05:00
136cc3ac61 Update to README 2018-01-31 09:51:51 -05:00
cdaf743435 Readme update 2018-01-04 18:48:52 -05:00
59b688a117 Update to README 2018-01-04 18:06:43 -05:00
009ccc24f6 Update to README 2018-01-04 18:06:06 -05:00
d70238fbeb Update to README 2018-01-04 17:52:30 -05:00
36b028a78a Merge branch 'master' of github.com:austin-taylor/VulnWhisperer 2018-01-04 17:51:29 -05:00
16b04d7763 Update to README 2018-01-04 17:51:24 -05:00
a1b9ff6273 Update to readme 2018-01-04 13:53:38 -05:00
bbad599a73 Update to readme 2018-01-04 13:49:45 -05:00
882a4be275 Update to readme 2018-01-04 13:49:08 -05:00
2bf8c2be8b Update to readme 2018-01-04 13:36:19 -05:00
4359478e3d Getting started steps 2018-01-02 07:53:33 -05:00
ff50354bf9 Getting started steps 2018-01-02 07:10:57 -05:00
ada256cc46 README Update 2018-01-02 03:12:11 -05:00
8af1ddd9e9 README Update 2018-01-02 02:51:34 -05:00
745e4b3a0b README Update 2018-01-02 02:48:52 -05:00
6e500a4829 Add build status to README 2018-01-02 02:29:19 -05:00
05608b29bb Update README.md 2018-01-01 14:58:42 -05:00
4d6ad51b50 README Update 2018-01-01 07:28:48 -05:00
b953e1d97b README Update 2018-01-01 07:28:16 -05:00
8f536ed2ac Documentation update 2017-12-31 07:04:57 -05:00
c5115fba00 Update to README 2017-12-31 06:02:48 -05:00
2bd32fd9dc Update to README 2017-12-30 22:23:24 -05:00
5c7137a606 Updated dashboard 2017-12-30 22:18:15 -05:00
55c0713baf Update to README 2017-12-28 23:52:53 -05:00
caa64b4ca2 Update to README 2017-12-28 23:50:09 -05:00
fb9f86634e Update to README 2017-12-28 23:49:16 -05:00
24417cd1bb Update README.md 2017-12-28 23:39:31 -05:00
16369f0e40 Update README.md 2017-12-20 01:11:28 -05:00
ac61390b88 Update README.md 2017-12-07 01:19:45 -05:00
d35645363d Update README 2017-08-06 14:08:01 -05:00
dab91faff8 Update to README 2017-07-10 01:51:17 -04:00
db5ab0a265 Update to README 2017-07-10 01:48:38 -04:00