Commit Graph

3834 Commits

Author SHA1 Message Date
Mike Salvatore 5401cf2406 Switch from `apt install` to `apt-get install` in deploy_linux.sh
`apt-get` has a stable command-line interface, while `apt` does not.
2020-12-08 18:54:00 -05:00
Mike Salvatore 2111d2af69 Add instructions on how to run monkey_island after deploy_linux.sh 2020-12-08 15:17:07 -05:00
Mike Salvatore ce40392c2b Assume yes for `apt install` commands in deploy_linux.sh 2020-12-08 15:17:07 -05:00
Mike Salvatore 66ac438fa2 Install libcurl4 in deploy_linux.sh 2020-12-08 15:16:50 -05:00
Mike Salvatore cdc65152d2 Make create_certificate.sh executible when deploying on linux 2020-12-08 13:06:07 -05:00
Mike Salvatore 39da129933 Install python3-distutils in deploy_linux.sh 2020-12-08 12:38:04 -05:00
Mike Salvatore c807104a38 Enable deployment_scripts/config to use wget or curl 2020-12-08 12:33:36 -05:00
VakarisZ b84d1f1708 Fixed linux deployment script config syntax 2020-12-08 12:11:35 -05:00
VakarisZ 88c7a6a0f9 Fixed linux deployment script config to point to proper repository 2020-12-08 12:10:50 -05:00
Mike Salvatore 0238354bea Give a more descriptive error message if deploy_linux.sh cannot use sudo 2020-12-08 10:23:53 -05:00
Mike Salvatore 6f0fffee07 Fix hung timeout when checking for sudo in deploy_linux.sh 2020-12-08 10:01:36 -05:00
Mike Salvatore 330ad6540e Check if user is root before starting deploy_linux script
If the user is root, we want to exit as soon as possible since any commands
that the deployment script runs will be run as root.
2020-12-08 09:58:44 -05:00
Itay Mizeretz 53f3625172
Merge pull request #843 from guardicore/feature/docs-mitre-improvements
docs: Add final tweaks to mitre techniques page.
2020-09-30 14:04:58 +03:00
itay 54f7cf41e3 docs: Add final tweaks to mitre techniques page.
Add metadata + title, link to mitre report documentation and link back
2020-09-29 18:26:21 +03:00
VakarisZ fad19258d5
Merge pull request #840 from VakarisZ/run_page_ui_improvements
Run page ui improvements
2020-09-28 12:36:24 +03:00
Itay Mizeretz a1fcb4110d
Merge pull request #835 from guardicore/bugfix/fix-doc-integration-image-url
docs: Fix image url for integration page
2020-09-24 18:20:55 +03:00
Itay Mizeretz 772c5a5f30
Merge pull request #839 from shreyamalviya/doc-mitre-techniques
Document MITRE techniques
2020-09-24 18:18:36 +03:00
VakarisZ 1559504691 Fixed js warning in error modal 2020-09-23 15:06:27 +03:00
VakarisZ 12e7c40db9 Increased js warning limit to 7, because I used ` for classnames. 2020-09-23 14:54:30 +03:00
VakarisZ c5e4493db5 Improved run monkey error modal to display any kind of error. 2020-09-23 14:47:34 +03:00
VakarisZ 6e10dd20d1 Run monkey page: fixed a bunch of bugs, CR comments 2020-09-23 14:47:05 +03:00
VakarisZ 62708cf6b2 Fixed es-lint warnings and increased upper warning limit 2020-09-18 18:03:44 +03:00
VakarisZ dcf1b49186 Fixed conflicting dependencies that require botocore >= 1.18.0 2020-09-18 17:01:47 +03:00
VakarisZ 4d8751432d Revert "Fixed conflicting dependencies that require botocore >= 1.18.0"
This reverts commit b8f70645
2020-09-18 16:48:53 +03:00
VakarisZ 3c410d6135 Fixed conflicting dependencies that require botocore >= 1.18.0 2020-09-18 16:48:03 +03:00
VakarisZ 5331095bf3 Removed unused function 2020-09-18 16:11:29 +03:00
VakarisZ 6eab147ae1 Merge remote-tracking branch 'upstream/develop' into run_page_ui_improvements
# Conflicts:
#	monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js
#	monkey/monkey_island/cc/ui/src/styles/Main.scss
2020-09-18 15:43:23 +03:00
VakarisZ ac9c04e453 Merge remote-tracking branch 'origin/run_page_ui_improvements' into run_page_ui_improvements
# Conflicts:
#	monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/CommandDisplay.js
#	monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/LocalManualRunOptions.js
#	monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/ManualRunOptions.js
#	monkey/monkey_island/cc/ui/src/components/ui-components/inline-selection/BackButton.js
#	monkey/monkey_island/cc/ui/src/components/ui-components/inline-selection/InlineSelection.js
#	monkey/monkey_island/cc/ui/src/components/ui-components/inline-selection/NextSelectionButton.js
#	monkey/monkey_island/cc/ui/src/styles/Main.scss
#	monkey/monkey_island/cc/ui/src/styles/components/inline-selection/InlineSelection.scss
2020-09-18 15:38:57 +03:00
VakarisZ 38b1cfacaa Removed not working "Back" button from run monkey page, also removed unnecessary code 2020-09-18 15:35:34 +03:00
VakarisZ c4f4a8ef95 Refactored UI of run monkey page 2020-09-18 15:11:26 +03:00
Shreya c763d81091 Document MITRE techniques 2020-09-14 22:54:08 +05:30
VakarisZ c5d9802aaa
Merge pull request #836 from guardicore/feature/docs_faq_about
Feature/docs faq about
2020-09-07 16:17:47 +03:00
VakarisZ a80d5f45f0 Merge remote-tracking branch 'upstream/feature/docs_faq_about' into feature/docs_faq_about 2020-09-07 15:46:54 +03:00
VakarisZ 3125aefd0f Fixed gitignore to ignore .idea files 2020-09-07 15:45:25 +03:00
VakarisZ 503d13c434 Added ./idea files to gitignore 2020-09-07 15:32:55 +03:00
VakarisZ 5f13f03158 Re-targeted learn theme to guardicore repository 'monkey-dev' branch 2020-09-07 15:28:40 +03:00
VakarisZ 56ff4e1859 Added "About the project" section to FAQ that answers the question "How did you come up with the Infection Monkey?" 2020-09-07 15:04:46 +03:00
VakarisZ b43a747336 Added "About the project" section to FAQ that answers the question "How did you come up with the Infection Monkey?" 2020-09-07 13:59:57 +03:00
itay 6176b07a26 docs: Fix image url for integration page 2020-09-03 19:08:18 +03:00
Shay Nehmad 6310163120
Merge pull request #766 from guardicore/764/swimm-tutorials
Adding Swimm.io tutorials
2020-09-03 15:42:26 +03:00
Swimm b6dec2b323 Swimm: updated unit (AzD8XysWg1BBXCjCDkfq) 2020-09-03 15:30:38 +03:00
Shay Nehmad 6b9b755c52 Add swimm verify to Travis build 2020-09-03 15:23:01 +03:00
Shay Nehmad a83348e857 Merge branch 'develop' into 764/swimm-tutorials 2020-09-02 23:02:20 +03:00
Shay Nehmad 19a8ab1b20
Merge pull request #825 from guardicore/fix-conflicting-dependencies
Locking the AWS requirements to avoid conflicts
2020-09-02 23:01:11 +03:00
Shay Nehmad e878310f55 Locking the AWS requirements to avoid conflicts 2020-09-02 22:52:38 +03:00
Shay Nehmad 080962cfa1 Added documentation which explains how to use swimm 2020-09-02 22:24:47 +03:00
Swimm 149ba9110b Swimm: saved Unit 'Add a simple Post Breach action' (tbxb2cGgUiJQ8Btma0fp) 2020-09-02 22:08:06 +03:00
Swimm eba77daf6e Swimm: saved Unit 'Add a new System Info Collector' (OwcKMnALpn7tuBaJY1US) 2020-09-02 22:07:47 +03:00
Swimm 37e6f03adf Swimm: saved Unit 'System info collectors' (OwcKMnALpn7tuBaJY1US) 2020-09-02 22:07:24 +03:00
Swimm a9b3eb9ec5 Swimm: saved Unit 'System info collectors' (OwcKMnALpn7tuBaJY1US) 2020-09-02 21:54:33 +03:00