Commit Graph

2598 Commits

Author SHA1 Message Date
VakarisZ 222b9432e8 fixed front end dependencies 2019-10-24 11:17:10 +03:00
VakarisZ a305611558 re-added deadsnakes ppa, because ubuntu 16 doesn't support py3.7 reps 2019-10-24 10:02:50 +03:00
VakarisZ 4457cdc0c8 re-added deadsnakes ppa, because ubuntu 16 doesn't support py3.7 reps 2019-10-23 15:11:58 +03:00
VakarisZ bcf428de1e Merge remote-tracking branch 'upstream/393/python-3' into deployment_scripts_python3 2019-10-23 14:47:43 +03:00
VakarisZ fbe9708da6 Removed ppa, unused certificate generation, updated readme 2019-10-23 14:46:59 +03:00
VakarisZ e52491aef5 Small linux deployment script improvement 2019-10-23 10:17:47 +03:00
VakarisZ 8046cddb8b Fixed ring bug with @staticmethod 2019-10-23 09:19:03 +03:00
Shay Nehmad c66a0cd44c Merge branch '393/python-3' of https://github.com/guardicore/monkey into 393/python-3 2019-10-22 14:33:41 +03:00
VakarisZ 3d332c7d66 More python3 outdated decorators and bytes-string mixup fixes 2019-10-21 17:38:39 +03:00
VakarisZ c0f661d337 More python3 fixes 2019-10-18 18:14:42 +03:00
VakarisZ f60cdd116b Replaced six package usages with py3 2019-10-18 09:10:14 +03:00
VakarisZ c768e33f25 Merge remote-tracking branch 'origin/deployment_scripts_python3' into deployment_scripts_python3
# Conflicts:
#	deployment_scripts/deploy_linux.sh
#	monkey/monkey_island/linux/run.sh
2019-10-17 19:44:38 +03:00
VakarisZ 05af080f98 Linux deployment fixes 2019-10-17 19:42:00 +03:00
VakarisZ c56dea39a9 Removed six from requirements 2019-10-17 19:39:27 +03:00
VakarisZ 047191070c Small CR fixes 2019-10-17 19:33:30 +03:00
VakarisZ eaee0451c5 Linux dev. env. deployment altered to support py3 2019-10-17 10:45:47 +03:00
VakarisZ 6245be15eb Automatically adds python scripts to path so user could use pyinstaller off the bat 2019-10-17 10:45:47 +03:00
VakarisZ dff71eabc4 Added C++ redistributable required for windows and brought back UPX 2019-10-17 10:45:47 +03:00
VakarisZ 97542107dc Fixed bug that caused PATH not to be refreshed after python installation 2019-10-17 10:45:47 +03:00
VakarisZ e7a71e10d8 Removed enum34 from requirements 2019-10-17 10:45:47 +03:00
VakarisZ 1c880a76d9 Windows deployment scripts to python3 2019-10-17 10:45:46 +03:00
VakarisZ df7a43127a Windows deployment scripts to python3 2019-10-17 10:45:04 +03:00
VakarisZ e36bb9721d Sambacry fixes 2019-10-16 18:27:14 +03:00
VakarisZ 547cfe2f92 Various python3 bugfixes 2019-10-16 18:26:41 +03:00
VakarisZ 3ef4780d16 Error handling in system info gatherer fixed 2019-10-15 18:22:35 +03:00
VakarisZ 559e12c1fb A bunch of error messages converted to python3 syntax 2019-10-15 18:18:46 +03:00
VakarisZ 90f885f522 Merge remote-tracking branch 'upstream/develop' into 393/python-3 2019-10-15 12:11:48 +03:00
VakarisZ a4ebfb0c3d Fixed ring bugs 2019-10-15 12:09:49 +03:00
VakarisZ 8923e80dc6 Fixed ring bugs 2019-10-15 11:12:49 +03:00
VakarisZ c474a23339 Removed traceback logging of expected error in AWS instance 2019-10-15 11:10:05 +03:00
VakarisZ d702fc3b19
Merge pull request #466 from VakarisZ/telem_brief_fix
Fixed bug in telemetry feed
2019-10-15 11:01:19 +03:00
VakarisZ 341dc478bf
Merge pull request #459 from VakarisZ/monkeyzoo_update
Monkeyzoo update and config_schema improvements
2019-10-14 16:39:17 +03:00
VakarisZ 341d905f1e Merge remote-tracking branch 'upstream/develop' into 393/python-3
# Conflicts:
#	monkey/common/cloud/aws_instance.py
2019-10-14 15:47:50 +03:00
VakarisZ 504436931d Fixed bug in telemetry feed 2019-10-14 14:27:36 +03:00
Shay Nehmad f4b2874698
Merge pull request #464 from guardicore/463/hotfix/exception-on-aws-network-error
463/hotfix/exception on aws network error
2019-10-13 12:34:47 +03:00
Shay Nehmad 177f902838 Added error suppression where required and documented where it isn't. 2019-10-13 11:10:42 +03:00
Shay Nehmad 177e1ea990 Now suppressing exceptions in cloud info collection as well 2019-10-13 10:55:55 +03:00
Shay Nehmad 74dbb053a6 Contain network exceptions if initialized AwsInstance has network issues 2019-10-13 10:48:50 +03:00
Shay Nehmad 53361e3812 Contain exception if exporter init fails on the island 2019-10-13 10:48:23 +03:00
Shay Nehmad 68d9cae8e0
Merge pull request #462 from guardicore/460/hotfix/exception-processing-systeminfo-telem
460/hotfix/exception processing systeminfo telem to develop as well
2019-10-11 21:22:08 +03:00
Shay Nehmad b6b58b3c50
Merge pull request #461 from guardicore/460/hotfix/exception-processing-systeminfo-telem
460/hotfix/exception processing systeminfo telem
2019-10-11 21:21:07 +03:00
Shay Nehmad ef04c341f5 Added "safe_process_telemetry" so if one stage of processing fails (in the future), it won't fail the other stages. 2019-10-11 21:10:31 +03:00
Shay Nehmad 5bc061a658 Fixed cause for exception - bad JSON field access.
Guid instead of id.
2019-10-11 21:09:34 +03:00
VakarisZ 1ce17a3bc8 Added MSSQL exploiter to defaults and hadoop port to default scan ports 2019-10-11 17:21:17 +03:00
VakarisZ b78b7980ed Fixed terraform scripts and configuration files 2019-10-11 17:08:15 +03:00
VakarisZ cefaacabab Some py3 bugs fixed 2019-10-11 10:22:39 +03:00
VakarisZ fcd43b9fa0 Fixed double parentheses in print method invocations 2019-10-10 16:41:47 +03:00
VakarisZ 8ede629b13 Merge remote-tracking branch 'upstream/develop' into 393/python-3
# Conflicts:
#	monkey/common/cloud/aws_instance.py
2019-10-10 11:40:51 +03:00
VakarisZ 7f009da968 Linux dev. env. deployment altered to support py3 2019-10-10 10:12:03 +03:00
VakarisZ 2d8caddd7b Automatically adds python scripts to path so user could use pyinstaller off the bat 2019-10-07 16:30:27 +03:00