83 Commits

Author SHA1 Message Date
67ec8af3ae Traduction du modèle de rapport de bug 2025-07-07 14:41:21 +02:00
80197454a3 Update README.md 2022-02-03 10:33:12 -06:00
e41ec93058 Update README.md
Fix license badge from MIT to Apache 2.0 which is the current license applied in Github
2020-07-20 11:57:36 +09:30
acf387bd0e added ELK versions supported (6 and 7) 2019-08-24 15:06:33 +02:00
60c56b778e Update README.md
Fixed link references
2019-04-17 10:52:13 +02:00
3ecb26886a added proxy config to instructions 2019-04-15 12:43:47 +02:00
b25c769a01 readme details 2019-04-10 15:46:57 +02:00
7960bd3c59 updating documentation 2019-04-10 15:29:29 +02:00
a3da41e487 added to readme openvas supported versions 2019-02-26 09:59:50 +01:00
699fc75446 Update README.md
Nessus v8 also supported
2019-02-08 09:10:04 +01:00
177d384353 Fixed #134 (#139) 2019-01-15 23:57:09 -05:00
ff8d078294 Update README.md 2018-12-04 16:33:18 -07:00
71227d6bd8 Update README.md
Fixing travis link
2018-12-04 15:56:32 -07:00
a8671a7303 update readme (#121) 2018-11-12 13:47:14 +01:00
4422db586d Jira module fully working (#104)
* clean OS X .DS_Store files

* fix nessus end of line carriage, added JIRA args

* JIRA module fully working

* jira module working with nessus

* added check on already existing jira config, update README

* qualys_vm<->jira working, qualys_vm database entries with qualys_vm, improved checks

* JIRA module updates ticket's assets and comments update

* added JIRA auto-close function for resolved vulnerabitilies

* fix if components variable empty issue

* fix creation of new ticket after updating existing one

* final fixes, added extra line in template

* added vulnerability criticality as label in order to be able to filter
2018-10-12 09:30:14 -05:00
13bb288217 Update README.md
Added to README.md @pemontto as contributor
2018-10-06 20:45:38 +02:00
e1a54fc414 Update Slack link on README.md 2018-10-03 09:08:13 +02:00
fc5f9b5b7c Fix docker-compose logstash config (#92)
* 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

* fix docker-compose logstash config

* permissions needed for logstash container to work

* changing default path qualys, there are no folders
2018-08-20 09:20:58 -04:00
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