VakarisZ
|
9f839c1743
|
Removed outdated ScoutSuite setup from deployment scripts
|
2021-03-23 14:15:07 +02:00 |
VakarisZ
|
ade2917ba3
|
Merge remote-tracking branch 'upstream/develop' into 519/scoutsuite-integration
# Conflicts:
# .swm/OwcKMnALpn7tuBaJY1US.swm
# .swm/tbxb2cGgUiJQ8Btma0fp.swm
# .travis.yml
# deployment_scripts/config
# monkey/common/utils/exceptions.py
# monkey/infection_monkey/control.py
# monkey/infection_monkey/exploit/hadoop.py
# monkey/monkey_island/cc/environment/set_server_config.py
# monkey/monkey_island/cc/resources/pba_file_upload.py
# monkey/monkey_island/cc/services/version_update.py
# monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/RunOptions.js
# monkey/monkey_island/cc/ui/src/styles/Main.scss
# monkey/monkey_island/cc/ui/src/styles/components/Buttons.scss
|
2021-01-28 16:13:26 +02:00 |
Mike Salvatore
|
77d23ca969
|
deployment_scripts/config: Consolidate exports
|
2020-12-09 15:06:39 -05:00 |
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 |
VakarisZ
|
b0d4857e49
|
Fixed deployment script config to download TRACEROUTE and SAMBACRY from a certain release so we don't need to upload them every time
|
2020-10-05 14:24:58 +03:00 |
VakarisZ
|
5e6701dd62
|
Fixed linux deployment script config syntax
|
2020-10-05 10:28:45 +03:00 |
VakarisZ
|
56e573a569
|
Fixed linux deployment script config to point to proper repository
|
2020-10-05 10:24:37 +03:00 |
VakarisZ
|
89f18534a3
|
Changed deployment scripts to also install scoutsuite requirements
|
2020-10-02 17:40:50 +03:00 |
Shay Nehmad
|
965be23f18
|
Merge pull request #624 from guardicore/623/get-version-from-github-api
623/get version from GitHub api
|
2020-07-14 11:16:41 +03:00 |
Shay Nehmad
|
041eb1efc8
|
CR fixed: change python version and improve exporting
|
2020-07-14 11:15:43 +03:00 |
VakarisZ
|
c03c70ba28
|
Removed infrastructure related to mimikatz binary: deployment scripts and docs updated
|
2020-06-05 14:40:58 +03:00 |
Shay Nehmad
|
4b735e37ec
|
Use api.github.com to get the latest version
That way we don't need to update it manually in each release
|
2020-04-17 01:04:40 +03:00 |
VakarisZ
|
06e8156a4a
|
Added mitigations to each attack technique report
|
2020-03-25 13:12:40 +02:00 |
Daniel Goldberg
|
dbcb3fc92c
|
Fix stupidly broken links
|
2020-02-12 10:27:12 +02:00 |
Daniel Goldberg
|
c4d42f5c33
|
Fix stupid typo
|
2020-02-10 19:06:39 +02:00 |
Daniel Goldberg
|
bd79ead2e6
|
Shell script cleanups
|
2020-02-10 13:53:24 +02:00 |
Daniel Goldberg
|
892096a3b3
|
Make sure all echo statements are prefixed with the log_message prefix
|
2020-02-10 13:50:32 +02:00 |
Daniel Goldberg
|
2aa7299103
|
Turn agent download into optional, default parameter to true
|
2020-02-10 13:48:12 +02:00 |
Daniel Goldberg
|
78352a250a
|
Update linux binary URLs to be 1.7
|
2020-02-09 12:06:05 +02:00 |
Daniel Goldberg
|
4b0de32c3d
|
Fix mistake in log message
|
2020-02-09 12:02:57 +02:00 |
Daniel Goldberg
|
3990e354b2
|
Add error handling.
Remove usage of cd
|
2020-02-09 11:53:06 +02:00 |
Daniel Goldberg
|
f745f45940
|
Move to single line of code for creating certs on linux
|
2020-02-09 11:37:25 +02:00 |
Daniel Goldberg
|
8e109c4824
|
Don't randomly install npm unless required
|
2020-02-09 11:31:12 +02:00 |
Daniel Goldberg
|
6429bb5597
|
Typofix on where to download binaries
|
2020-02-09 11:27:10 +02:00 |
Daniel Goldberg
|
0c82f0e98f
|
Don't randomly install mongod unless required
|
2020-02-09 11:20:43 +02:00 |
Daniel Goldberg
|
fe9ff0d329
|
Newline at end of deploy_windows.ps1
|
2020-02-09 11:14:30 +02:00 |
Daniel Goldberg
|
c10f20f4b7
|
First install NPM then change directories
|
2020-02-09 11:13:17 +02:00 |
Daniel Goldberg
|
e4812d401a
|
Add some log comments
|
2020-02-09 11:04:45 +02:00 |
Daniel Goldberg
|
0c9a333976
|
Prefer wget/curl depending on situation (saving files)
Revert using curl/wget exists variables.
typo fix when pulling config with wget
|
2020-02-09 11:01:03 +02:00 |
Daniel Goldberg
|
5f8453dbae
|
Delete temp config file from PS script
|
2020-02-08 23:25:10 +02:00 |
Daniel Goldberg
|
9af93be7f6
|
Handle either curl or wget seemlessly.
|
2020-02-08 23:24:25 +02:00 |
Daniel Goldberg
|
52d2b6f73d
|
Remove reference to CMD. It's 2020
|
2020-02-08 22:37:01 +02:00 |
Shay Nehmad
|
e183f44d14
|
Improved deployment_scripts/README.md
Fix linter errors and improve English + security recommendations.
|
2020-02-04 15:08:59 +02:00 |
Daniel Goldberg
|
e226e74100
|
No more need for run_script.bat.
Cleaned up README.md visually
|
2020-02-03 12:18:02 +02:00 |
Daniel Goldberg
|
161265e4c4
|
Remove config.ps1 after loading the configuration
|
2020-02-03 11:16:00 +02:00 |
Daniel Goldberg
|
c53806e789
|
Missing URL path parameter
|
2020-02-03 11:15:46 +02:00 |
Daniel Goldberg
|
9edce17297
|
Install Pywin32 using pip now
|
2020-02-03 10:32:47 +02:00 |
Daniel Goldberg
|
66a5133a61
|
Update a lot of URLs and restructure them
|
2020-02-03 10:32:34 +02:00 |
Daniel Goldberg
|
aa3442195b
|
Fix syntax errors in PS
|
2020-02-03 09:59:19 +02:00 |