Mike Salvatore
66c5d91266
appimage: Fix CLI parameter for choosing branch.
2021-04-15 12:20:10 -04:00
Mike Salvatore
159aa604d3
appimage: add `-y` to `sudo apt upgrade` to avoid prompt
2021-04-15 12:19:36 -04:00
Mike Salvatore
5a1a5fc6fe
cc: Set cwd when executing monkey binary from the island
...
Since AppImages are read-only filesystems, the agent cannot create any
files in `./`. Therefore, setting cwd in the `subprocess.Popen()` call
will change CWD to a writable directory if `data_dir` is set.
2021-04-15 12:19:09 -04:00
Mike Salvatore
54754698fd
appimage: remove unnecessary blank lines in run_appimage.sh
2021-04-15 11:32:10 -04:00
Mike Salvatore
bc1f583e20
appimage: remove unused $executable var from AppRun
2021-04-15 11:32:10 -04:00
Mike Salvatore
e0fd620d9d
build: Update appimage README since we switched from appimage-builder
2021-04-15 11:32:10 -04:00
Mike Salvatore
81860e97e7
build: move ./deployment_scripts/appimage -> ./appimage
2021-04-15 11:32:10 -04:00
Mike Salvatore
eb006f88bd
Update CHANGELOG.md for AppImage v2
2021-04-15 11:32:10 -04:00
Mike Salvatore
6ad68557fc
build: switch appimage build branch to develop
2021-04-15 11:32:10 -04:00
Mike Salvatore
6218a476af
build: remove appimage-builder prereqs
2021-04-15 11:32:10 -04:00
Mike Salvatore
79e3c69ffb
build: Fill in comment in AppImage .desktop file
2021-04-15 11:32:10 -04:00
Mike Salvatore
3e96b20834
build: Rename appimage icon to infection-monkey.svg
2021-04-15 11:32:10 -04:00
Mike Salvatore
14096ae758
build: Rename monkey-island.desktop -> infection-monkey.desktop
2021-04-15 11:32:10 -04:00
Mike Salvatore
aca4f8795f
build: Delete monkey_island_builder.yml
...
This file was used by appimage-builder, which we are no longer using.
2021-04-15 11:32:10 -04:00
Mike Salvatore
3b4bd7b08c
cc: Upload custom PBAs to data_dir instead of MONKEY_ISLAND_ABS_PATH
2021-04-14 11:02:25 -04:00
Mike Salvatore
a58f310e61
build: Address shellcheck warnings in run_appimage.sh
2021-04-12 14:29:40 -04:00
Mike Salvatore
9d8fc489c9
build: Move some constants to top of build_appimage.sh
2021-04-12 14:15:12 -04:00
Mike Salvatore
312c98c784
build: Organize appdir-specific tasks in setup_appdir()
2021-04-12 14:15:12 -04:00
Mike Salvatore
38a9cedeb2
build: Remove unnecessary mkdir in build_appimage.sh
2021-04-12 14:15:12 -04:00
Mike Salvatore
9f74127c50
build: remove unnecessary python packages from appimage build
2021-04-12 14:15:08 -04:00
Mike Salvatore
638004cfb2
build: Build AppImage with appimagetool instead of appimage-builder
2021-04-12 12:25:16 -04:00
Mike Salvatore
21a2083903
build: Use official `deployment_scripts/config` in build_appimage.sh
2021-04-12 08:03:11 -04:00
Mike Salvatore
e0a40626be
Swimm: update exercise Add a new configuration setting to the Agent ⚙ (id: AzD8XysWg1BBXCjCDkfq).
2021-04-11 19:37:40 -04:00
Mike Salvatore
76a2dfdf91
cc: Remove unnecessary quotes in post_breach_actions.py
2021-04-11 19:35:40 -04:00
Mike Salvatore
265863cdf4
Merge branch 'copyedits-reference-section' into develop
2021-04-10 20:06:10 -04:00
Mike Salvatore
9e26a3f1eb
Merge branch 'documentation_hub_link_fixes' into develop
2021-04-10 19:33:35 -04:00
VakarisZ
6396c7d1a4
Fixed homepage (Infection monkey logo) click to redirect back to documentation homepage, not guardicore.
2021-04-09 17:47:29 +03:00
VakarisZ
38036f7a9d
Removed duplicate password reset tutorials in the documentation hub
2021-04-09 17:47:29 +03:00
VakarisZ
f62007d028
Refactored internal documentation hub links to proper structure which fixed them in production
2021-04-09 17:47:29 +03:00
VakarisZ
f4faed2cd5
Merge pull request #1093 from guardicore/validation-script-removed
...
Removed validation-scripts
2021-04-09 17:23:55 +03:00
VakarisZ
77d76b075a
Fixed link in zero-trust documentation page
2021-04-09 15:06:17 +03:00
VakarisZ
84ed067f28
Fixed gitignores to exclude some irrelevant files
2021-04-09 14:54:02 +03:00
VakarisZ
31657c9fae
Fixed small inconsistency in debian installation tutorial
2021-04-09 14:23:26 +03:00
VakarisZ
9557eab7de
Removed validation-scripts
2021-04-09 11:33:03 +03:00
VakarisZ
f9d8584910
Shellshock UI bugfix
2021-04-08 11:02:18 -04:00
Mike Salvatore
2792bac5e6
Merge branch 'e501-warnings' into develop
...
Resolves #1071
2021-04-08 08:02:53 -04:00
Shreya Malviya
4d951e2a8a
Merge pull request #1082 from guardicore/swimm-verify
...
Swimm verify
2021-04-08 17:31:31 +05:30
Shreya
2f8441f1d5
Update travis script for swimm verify
2021-04-08 17:12:10 +05:30
Shreya
0f2ecc14cc
Modify Swimm unit: Implement a new PBA — `ScheduleJobs`
2021-04-08 17:08:41 +05:30
Shreya
e1ec0263a8
Fix Swimm unit: Add a simple Post Breach action
2021-04-08 17:03:09 +05:30
Shreya
f60f38d14d
Fix Swimm unit: Add a new System Info Collector
2021-04-08 16:57:02 +05:30
Shreya
0fa7c41cf3
Modify Swimm unit: Add a new configuration setting to the Agent
...
Fixed a link
2021-04-08 16:45:46 +05:30
Mike Salvatore
920803bbac
Add flake8 entry to changelog
2021-04-08 06:40:09 -04:00
Mike Salvatore
ccbf4f0117
zoo: Add blackbox logs to .gitignore
2021-04-07 20:47:14 -04:00
Mike Salvatore
b3c8ce28ed
agent: Fix bug caused by unintentional newline in elastic exploiter
2021-04-07 19:10:36 -04:00
Mike Salvatore
39843527ae
zoo: Remove unused import from zerologon_analyzer.py
2021-04-07 13:51:47 -04:00
Mike Salvatore
13d99a4ccc
agent: Fix W291 trailing whitespace warnings
2021-04-07 13:49:37 -04:00
Mike Salvatore
c9d64ea40c
zoo: resolve E501 flake8 warnings in monkey zoo
2021-04-07 13:47:50 -04:00
Mike Salvatore
7901446b4e
ci: expand flake8 checks from `monkey/` to whole repo
2021-04-07 13:41:40 -04:00
Mike Salvatore
a6a306a099
Fix exclude path in flake8 config
2021-04-07 13:40:01 -04:00