Commit Graph

2597 Commits

Author SHA1 Message Date
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
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 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
Shay Nehmad 1194bc0d06 Added npm install to make sure eslint will work (it needs babel) 2019-11-07 16:35:42 +02:00
Shay Nehmad f313a34cbb installing eslint 2019-11-07 16:29:10 +02:00
Shay Nehmad c2ba6ce46c Changed structure - everything is the same job 2019-11-07 16:24:36 +02:00
Shay Nehmad 54fd1d7744 Trying to make the travis script work 2019-11-07 15:02:49 +02:00
Shay Nehmad a6aa0eb864 Trying to multi-language travis build 2019-11-07 14:58:52 +02:00
Shay Nehmad dcbe7b1ee0
Merge pull request #394 from guardicore/393/python-3
Python 3 🎉
2019-11-07 10:37:45 +02:00
Daniel Goldberg fb330a45e9
Merge pull request #477 from guardicore/bugfix/circular_import
Prevent circular import with PBA
2019-11-05 20:57:39 +02:00
Shay Nehmad 372d62fb91 Fix imports in processing 2019-11-05 17:02:40 +02:00
Shay Nehmad 211a4e9d34 Update CONTRIBUTING.md 2019-11-05 13:59:42 +02:00
VakarisZ 63d0e57bb7 Added documentation on why we ignore errors when getting tcp banner 2019-11-05 13:11:15 +02:00
VakarisZ a7218e13d4 Merge remote-tracking branch 'upstream/393/python-3' into 393/python-3 2019-11-05 12:39:33 +02:00
VakarisZ fc063a5378 Fixed mysql finger printer py3 bugs 2019-11-05 12:37:51 +02:00
Shay Nehmad c69766650c Update upper limit to actual current amount of linter warnings 2019-11-05 12:22:55 +02:00
Shay Nehmad bbdc12a412 Update .travis.yml 2019-11-05 12:19:46 +02:00
Shay Nehmad d52d00e5d9 Trying to make the test work 2019-11-05 12:13:38 +02:00
Shay Nehmad ea5ae67891 Updated flake8 to fail if number of warnings is too high 2019-11-05 12:05:45 +02:00
Daniel Goldberg 48740238e2
Merge branch '393/python-3' into bugfix/circular_import 2019-11-05 10:52:31 +02:00
Shay Nehmad d5bc218996
Merge pull request #448 from VakarisZ/deployment_scripts_python3
Deployment scripts python3
2019-11-05 10:43:59 +02:00
Shay Nehmad c68ea48b0b Added unit tests guide to the readme. 2019-11-05 10:19:39 +02:00
VakarisZ 88b8d2ce5a Merge branch '393/python-3' into deployment_scripts_python3
# Conflicts:
#	monkey/monkey_island/cc/ui/package-lock.json
#	monkey/monkey_island/cc/ui/package.json
#	monkey/monkey_island/requirements.txt
2019-11-04 16:06:43 +02:00
Shay Nehmad 2773002af7
Merge pull request #470 from guardicore/393/python-3-fix-linter-warnings
[WIP] 393/python 3 fix linter warnings
2019-11-04 15:29:48 +02:00
Shay Nehmad 38c45ccc72
Merge branch 'develop' into 393/python-3 2019-11-04 15:29:27 +02:00
VakarisZ 7de03d8db0
Merge pull request #475 from VakarisZ/py3_logging_improvements
Py3 logging improvements
2019-11-04 12:29:31 +02:00
Shay Nehmad a125df6345
Merge branch '393/python-3' into 393/python-3-fix-linter-warnings 2019-11-04 11:45:33 +02:00
Shay Nehmad bcf2d964d7 Moved representations to services 2019-11-04 11:44:25 +02:00
Shay Nehmad c778ae7aa1 Changed import to `import common.data.zero_trust_consts as zero_trust_consts`
Looks better
2019-11-04 11:27:34 +02:00
VakarisZ e5715f5a7e Removed unnecessary logging of config in BB and MSSQL unhandled error 2019-10-31 12:11:22 +02:00
VakarisZ 1f5acbc287 Another white screen fix 2019-10-31 10:48:02 +02:00
Daniel Goldberg 2517ab0284 Move get_interface_to_target to network, helping prevent a circular import
between pba.py and exploiter modules.
2019-10-30 20:23:19 -04:00
VakarisZ ac63797f45 Blank screen fix corrected 2019-10-30 15:11:50 +02:00
VakarisZ a6e61215f3 SSH banner read timeout exception (tunneling) bugfix 2019-10-30 14:45:30 +02:00
VakarisZ dba52fcbed BB tests bugfix of not refreshing JWT 2019-10-30 14:38:17 +02:00
VakarisZ ec5de408b2 Blank screen (JWT token expiration) bugfix 2019-10-30 12:38:14 +02:00
Shay Nehmad 811b2b28f5
Merge pull request #473 from shivank1234/406/use-js-file-saver
406/use js file saver
2019-10-30 10:23:30 +02:00
Shivank 933dc9c378 Second File-saver patch 2019-10-30 11:06:25 +05:30
VakarisZ 95c63d6cef Rollback of accidental changes 2019-10-29 16:29:51 +02:00
VakarisZ cdc30f56c7 Shellshock bugfix 2019-10-29 15:00:01 +02:00
VakarisZ c1a20116a0 Merge remote-tracking branch 'upstream/393/python-3' into 393/python-3 2019-10-29 14:05:22 +02:00
VakarisZ 64ec629306 Machine name in BB fix 2019-10-29 14:04:48 +02:00
vakaris_zilius ca7cfb51b2 BB fix for python3, updated package.json 2019-10-29 09:08:10 +00:00
Shay Nehmad 530e1a3b65 Whitespace fixes 2019-10-28 21:25:37 +02:00
Shay Nehmad 1f598579ee Linter fixes in `common` 2019-10-28 21:22:14 +02:00
Shay Nehmad dd461b974b Manual fix - auto formatter is confused again 👎 2019-10-28 21:20:29 +02:00
Shay Nehmad e627c8c857 Manual fix - auto formatter failed 2019-10-28 21:14:22 +02:00