Commit Graph

35 Commits

Author SHA1 Message Date
Shreya Malviya 3e5ae392c9 Build: Create separate mongo installation script for Windows 2022-05-12 17:03:38 +05:30
Mike Salvatore 68d709c158 Deploy: Use `npm run dev` instead of `npm run dist`
`dev` is significantly faster than `dist`. `dist` uses a source mapping
algorithm that's good for production, but much slower than the one used
by `dev`. See https://github.com/guardicore/monkey/issues/1879 for more
details.
2022-05-10 08:15:22 -04:00
Mike Salvatore dc8bd7008e Deploy: Remove 32-bit agents from Windows deployment script 2022-02-25 14:45:57 -05:00
VakarisZ b5e3922c0a Deploy: bugfix config.ps1 download and remove unused scoutsuite dir variable from it 2021-11-18 12:05:47 +02:00
VakarisZ d6e397871f Deploy: remove sambacry binary download step from linux and windows deployment scripts 2021-11-10 15:43:51 +02:00
VakarisZ 559b61b581 Removed code related to running mongodb and db folder creation 2021-05-27 11:05:43 +03:00
shreyamalviya 9383457518 Modify Windows deployment script to check $env:SKIP before adding swimm-verify to it 2021-04-28 13:40:49 +05:30
shreyamalviya ba3317b252 Set environment variable SKIP=swimm-verify in Windows deployment script so pre-commit skips swimm-verify 2021-04-27 17:50:38 +05:30
Shreya e58edfbd7e Add Swimm to Windows deployment script 2021-04-27 20:22:02 +05:30
VakarisZ 47f1bd31cc Converted deployment scripts to use pipenv instead of pip 2021-04-22 09:50:29 -04:00
Mike Salvatore 6571e0e4fa Install pre-push hooks in deployment scripts 2021-04-20 12:11:46 -04:00
VakarisZ 1cc2dc24ac Fixed pre-commit to be installer in monkey dir during deployment scripts 2021-04-07 07:43:43 -04:00
VakarisZ a5ce373cbf Added pre-commit installation to windows deployment script 2021-04-07 07:43:43 -04:00
VakarisZ 89f18534a3 Changed deployment scripts to also install scoutsuite requirements 2020-10-02 17:40:50 +03:00
VakarisZ c03c70ba28 Removed infrastructure related to mimikatz binary: deployment scripts and docs updated 2020-06-05 14:40:58 +03:00
VakarisZ 06e8156a4a Added mitigations to each attack technique report 2020-03-25 13:12:40 +02:00
Daniel Goldberg bd79ead2e6 Shell script cleanups 2020-02-10 13:53:24 +02:00
Daniel Goldberg 2aa7299103 Turn agent download into optional, default parameter to true 2020-02-10 13:48:12 +02:00
Daniel Goldberg fe9ff0d329 Newline at end of deploy_windows.ps1 2020-02-09 11:14:30 +02:00
Daniel Goldberg 5f8453dbae Delete temp config file from PS script 2020-02-08 23:25:10 +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 9edce17297 Install Pywin32 using pip now 2020-02-03 10:32:47 +02:00
Daniel Goldberg aa3442195b Fix syntax errors in PS 2020-02-03 09:59:19 +02:00
Daniel Goldberg cb8d2eb0ef Make deploy_windows.ps1.sh download the configuration, avoiding need for duplicate git clone. 2020-01-20 09:34:22 +02:00
Daniel Goldberg 43adea0728 Ran format on PS1 script 2020-01-20 09:33:47 +02:00
Daniel Goldberg 401def5eb2 Merge Infection Monkey requirements files 2019-11-26 13:22:56 +02: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 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 ed921fceed Refactored for island to have only one requirements file. 2019-02-04 18:42:58 +02:00
VakarisZ cf3bf89df5 Improved linux commands in deployment scripts and separated linux and windows dependency files 2019-02-04 18:42:58 +02:00
VakarisZ 24619aa38f Deployment scripts added to the repository 2018-12-10 13:08:59 +02:00