Commit Graph

2658 Commits

Author SHA1 Message Date
Daniel Goldberg 58b775cfb5 Try to avoid flake warnings on not checking SSL 2019-11-28 12:41:37 +01:00
Daniel Goldberg bf44f2355f Remove property decorator, it's not a property. 2019-11-27 13:58:46 +02:00
Daniel Goldberg 9a40bfa211 Rename variable to avoid parameter reuse 2019-11-27 13:57:41 +02:00
Daniel Goldberg c8e2de6224 Avoid mutable default parameter. 2019-11-27 13:56:37 +02:00
Daniel Goldberg 1393c88277 Move out of try, can't realistically fail 2019-11-27 13:55:39 +02:00
Daniel Goldberg 65436ad5d6 Use exception info 2019-11-27 13:54:48 +02:00
Daniel Goldberg 052e853b20 Convert terraform to modern style 2019-11-27 13:41:02 +02:00
Daniel Goldberg e92665a427 Random PEP8 cleanups 2019-11-27 13:39:47 +02:00
Daniel Goldberg 401def5eb2 Merge Infection Monkey requirements files 2019-11-26 13:22:56 +02:00
Daniel Goldberg d053aaf629
Merge pull request #494 from VakarisZ/readme_updates
Readme updates
2019-11-26 13:19:26 +02:00
vakaris 86e03afedf Added executable flag to deploy_linux.sh 2019-11-25 09:43:42 +02:00
VakarisZ 7cefba293a
Merge pull request #495 from VakarisZ/config_as_dict_bugfix
Monkey config to dict. bugfix
2019-11-19 15:11:04 +02:00
VakarisZ 1b7d24bfec Fixes a bug in config, where methods are included into config. 2019-11-19 15:03:51 +02:00
VakarisZ bcd0046a09 removed unnecessary certificate subject keys in create_certificate.sh and improved the style a bit in readme.md 2019-11-19 13:13:00 +02:00
VakarisZ 2656d021ae CR improvement 2019-11-19 12:46:46 +02:00
VakarisZ a6a8ae9783 run_cc.bat bugfix and more readme style improvements 2019-11-19 10:59:04 +02:00
VakarisZ 9a53337319 Liner improvements 2019-11-18 16:31:11 +02:00
VakarisZ 05acd504fb Added link to deployment scripts 2019-11-18 15:21:20 +02:00
VakarisZ 38f7a6d7f6 Style fixes 2019-11-18 14:14:29 +02:00
VakarisZ 85ee605088 Header fixes 2019-11-18 13:13:13 +02:00
VakarisZ 9ce83110dc Altered linux deployment files to fix minor bugs/fit documentation 2019-11-18 12:53:20 +02:00
VakarisZ 92a1d01720 Improved infection monkey and monkey island readme documentation 2019-11-18 12:52:49 +02:00
Shay Nehmad 71dad6eaa4
Merge pull request #493 from guardicore/bugfix/492-pymssql-version
https://github.com/pymssql/pymssql/issues/668
2019-11-18 09:45:02 +02:00
Shay Nehmad fe782e67a7 https://github.com/pymssql/pymssql/issues/668 2019-11-18 09:35:39 +02:00
Shay Nehmad dda6029e08 Fixed grammer mistake 2019-11-17 16:40:47 +02:00
Shay Nehmad 70d5016206
Merge pull request #484 from youknowone/fix-ring
Remove Monkey.__ring_key__
2019-11-17 13:27:22 +02:00
Shay Nehmad fc08f7c1e2 Removed email from issue config yml 2019-11-14 19:11:37 +02:00
Shay Nehmad ee4bdf7b35 Added bug emoji + fixed email url 2019-11-14 19:11:05 +02:00
Shay Nehmad caa5571e9c Fixed typo 2019-11-14 19:07:19 +02:00
Shay Nehmad d0153993ee
Merge pull request #490 from guardicore/issue-templates-revamp
Updated the issue templates to look a bit nicer.
2019-11-14 18:56:05 +02:00
Shay Nehmad 7312bbe47c Updated the issue templates to look a bit nicer. 2019-11-14 18:54:48 +02:00
Daniel Goldberg e1b31e00a5
Merge pull request #478 from guardicore/feature/refactor_fingerprinting
Feature/refactor fingerprinting
2019-11-14 11:11:57 +02:00
Daniel Goldberg 4f59a85f0b No need to avoid circular imports 2019-11-13 11:10:26 +02:00
Daniel Goldberg 31a60b12ff Fix typing in factory method 2019-11-12 20:11:16 +02:00
Daniel Goldberg e9538e9a42 Bugfix, also change PBA interface 2019-11-12 19:39:58 +02:00
Daniel Goldberg 7f58bd9693 Remove load_plugin interface. 2019-11-12 19:35:57 +02:00
Daniel Goldberg 69c66072af Turn get_instances into class method.
This leads to package_name and package_file both also being class methods.
Now, each plugin family can load itself.
Reimplemented Fingerprinters and PBAs to use this interface.
No more need for fingerprinter collector
2019-11-12 19:33:51 +02:00
Shay Nehmad aab8315cae
Merge pull request #483 from guardicore/482/js-linting
JS linting in Travis build
2019-11-12 18:16:46 +02:00
Shay Nehmad ad8be355a1 Update travis upper limit for JS from 500 to 30 2019-11-10 15:58:30 +02:00
Shay Nehmad 93a270f5c7 Removed unused imports 2019-11-10 15:57:57 +02:00
Shay Nehmad 0a019daf9a Make favicon work 2019-11-10 15:52:03 +02:00
Shay Nehmad d36ec06e91 Fixing code style issues to lower linter warnings number 2019-11-10 15:51:54 +02:00
Daniel Goldberg 87cedacb7d Really basic test harness for plugins 2019-11-09 21:20:10 +02:00
Daniel Goldberg 4e7269b4df Exception handling whe building objects 2019-11-09 10:21:48 +02:00
Shay Nehmad 3607547aea Fix some formatting issues 2019-11-08 17:42:42 +02:00
Shay Nehmad ad1e85f867 Fixed typo and added some documentation. 2019-11-08 16:30:43 +02:00
Shay Nehmad 77c7aae07c
Merge pull request #481 from guardicore/468/copyright-year
468/copyright year
2019-11-08 16:23:58 +02:00
Jeong YunWon e1f1331ab4 Remove Monkey.__ring_key__
which was required by old version of ring bug
2019-11-08 12:48:44 +09:00
Shay Nehmad 0acec95c86 Updated JS lint upper limit (currently 497) 2019-11-07 17:00:14 +02:00
Shay Nehmad fde8ac53e3 Moved npm i to after python checks 2019-11-07 16:44:00 +02:00