354 Commits

Author SHA1 Message Date
f7d47ae753 update index template 2019-04-17 14:41:14 +10:00
d67122a099 Retry template installation a few times 2019-04-17 14:40:07 +10:00
3433231bb4 Add initial ELK6 index template 2019-04-16 11:30:27 +10:00
d9ab33d6c9 Set logstash and vw to use the same volume 2019-04-16 11:18:27 +10:00
4d153ec7f2 Add index template to ES for docker 2019-04-16 09:57:20 +10:00
1d92f71f9c fix issue mentioned in #163, although not applied to ELK6 2019-04-15 17:06:09 +02:00
3ecb26886a added proxy config to instructions 2019-04-15 12:43:47 +02:00
4c9fa9d241 Merge pull request #172 from pemontto/feature-fixes
Feature fixes
2019-04-15 11:47:02 +02:00
bf5070f361 fix vulnwhisperer image 2019-04-12 17:55:59 +10:00
0227636c4c unify case among config 2019-04-12 17:54:17 +10:00
b35da1c79e reduce docker layers and support test data 2019-04-12 17:51:15 +10:00
668efe2b7a Add extra test case 2019-04-12 11:44:04 +10:00
8433055f17 Fix more unicode issues 2019-04-12 11:40:01 +10:00
90908bd0c6 Remove deps from docker image 2019-04-12 11:39:49 +10:00
f23dd0bc83 Merge pull request #171 from pemontto/feature-separate-qualys
Feature separate qualys
2019-04-11 22:06:28 +02:00
8dc3b2f8ac Add qualys paths to elk5 logstash config 2019-04-11 10:41:13 +10:00
d2a7513ed1 Fix nessus logstash field cvss3_vector 2019-04-11 10:36:41 +10:00
4ed6827ee6 Clean config and separate qualys data 2019-04-11 08:27:28 +10:00
b25c769a01 readme details 2019-04-10 15:46:57 +02:00
4405284015 Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8 2019-04-10 15:30:18 +02:00
7960bd3c59 updating documentation 2019-04-10 15:29:29 +02:00
4800d42eef Merge pull request #169 from HASecuritySolutions/submodule
updating submodule
2019-04-10 12:07:41 +02:00
8b8938e7b3 updating submodule 2019-04-10 12:04:36 +02:00
db669c531a changing submodule reference 2019-04-10 11:47:58 +02:00
74db06b17a Merge pull request #168 from HASecuritySolutions/qualys_was_fix
Qualys was fix
2019-04-10 11:35:37 +02:00
45e23985d3 added comment 2019-04-10 11:25:28 +02:00
cde2fe2dd8 final commit for qualys web 2019-04-10 11:19:44 +02:00
001462a848 changed version to 1.8 2019-04-08 16:37:42 +02:00
36a8528abc Jira Workflow documentation 2019-04-08 12:27:26 +02:00
913bbfb2de Merge pull request #167 from pemontto/feature-nessus-stream
Feature nessus stream
2019-04-08 11:45:14 +02:00
302037893d Add test path to env vars 2019-04-08 19:41:48 +10:00
c8d906c05f Fix tenable downloads 2019-04-08 19:30:48 +10:00
e1f2c00b9e fix tests 2019-04-08 19:17:47 +10:00
3d2c939cfb Update .travis.yml 2019-04-08 19:13:45 +10:00
7b1ebb51fa Updates tests 2019-04-08 19:02:02 +10:00
8086e7cf9f Fix tests directory 2019-04-08 18:46:30 +10:00
1ef7289b8d reduntant replace, formatting 2019-04-08 18:44:30 +10:00
a12e9f70a1 Remove redundant param 2019-04-08 18:38:03 +10:00
873066a419 reorder imports 2019-04-08 17:43:50 +10:00
973c69dffb Updates tests 2019-04-08 17:43:15 +10:00
12e6c6d0d5 Merge pull request #166 from pemontto/feature-fix-import
Fix missing sys import
2019-04-08 09:07:26 +02:00
ec5d6cd388 Iterate through nessus download data 2019-04-08 12:25:50 +10:00
33f2a5a3d1 Use a session and don't overwrite imports 2019-04-08 12:24:22 +10:00
5edde8760a Fix missing sys import 2019-04-06 11:02:42 +11:00
7370f5b608 Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8 2019-04-05 23:37:41 +02:00
0a877ce267 fix nessus download 'imported' scans 2019-04-05 23:37:04 +02:00
1ef67d48be Feature error codes (#165)
* Use error codes for failed scans

* Fix indentations

* Fix more indentation

* Continue after failed download

* Add tests for failed scans

* Add more tests

* move definition

* Update nessus.py

This function was used by function `print_scans` which at the same time was an unused one that had been deleted in the PR itself.
2019-04-05 11:36:13 +02:00
27412d31b4 Merge branch 'beta-1.8' of https://github.com/HASecuritySolutions/VulnWhisperer into beta-1.8 2019-04-05 11:04:29 +02:00
71352aee57 Add external API mocking and travis tests (#164)
* Fix closing logging handlers

* Fix *some* unicode issues for nessus and qualys

* Prevent multiple requests to nessus scans endpoint

* More unicode fixes

* Remove unnecessary call

* Fix whitespace

* Add mock module and argument

* Add test config and data

* Fix whitespace again

* Disable qualys_web until data is available

* Use logging module

* Delete report_tracker.db

* Cleanup mock calls

* Add httpretty to requirements

* Refactor into a class

* Updates travis tests

* Fix exit codes

* Remove print statements

* Remove test

* Add test directory as submodule
2019-04-05 10:57:39 +02:00
eae64a745d cleanup of unused code and fixes, still breaks 2019-04-04 11:24:01 +02:00