Commit Graph

1525 Commits

Author SHA1 Message Date
VakarisZ fe236ebc05 Minor readability changes in config service 2019-05-22 17:09:09 +03:00
VakarisZ 002447e749 Allows to implement helper classes in pba files 2019-05-16 12:57:15 +03:00
VakarisZ 4a8bd01a62 Minor changes after CR 2019-05-14 10:41:38 +03:00
VakarisZ bff95fa470 Comments fixed 2019-05-08 17:12:02 +03:00
VakarisZ 67f8ef4a0a Post breach refactored to support PBA's from list 2019-05-08 16:31:08 +03:00
Shay Nehmad 576af97a82
Merge pull request #304 from guardicore/pr/278
pr/278
2019-04-16 16:58:08 +03:00
Shay Nehmad 93b0c34f07 Fixed comparison to be !== and not !=
also, fixed the same issue for machine-related issues and added documentation.
2019-04-16 16:36:43 +03:00
Shay Nehmad b714ef7a36 BACK_MERGE: Merge branch 'develop' into pr/278 2019-04-16 16:09:25 +03:00
Daniel Goldberg e62af80b20
Merge pull request #302 from VakarisZ/ssh_exploiter_smallfix
SSH exploiter handles exception better
2019-04-16 15:03:01 +03:00
VakarisZ 3c5625404c SSH exploiter handles exception better 2019-04-16 14:16:41 +03:00
Daniel Goldberg 1a36e5e29b
Merge pull request #300 from VakarisZ/file_rename
attack_status_enum renamed to attack_utils
2019-04-15 10:52:29 +03:00
VakarisZ b65af0d1bc attack_status_enum renamed to attack_utils 2019-04-15 08:23:37 +03:00
itaymmguardicore f9823a0608
Merge pull request #299 from guardicore/feature/merge-master-to-develop
Merge branch 'master' into develop
2019-04-14 18:22:44 +03:00
itay 03b7b9f2f3 Merge branch 'master' into develop
# Conflicts:
#	monkey/monkey_island/cc/app.py
#	monkey/monkey_island/cc/resources/root.py
#	monkey/monkey_island/requirements.txt
2019-04-14 16:39:15 +03:00
Daniel Goldberg 4cc19bb42b
Merge pull request #297 from VakarisZ/get_interface_to_target_fix
Refactored get_interface_to_target fix
2019-04-14 13:17:10 +03:00
VakarisZ f09be8ac96
Merge pull request #295 from guardicore/291-update-requirements-file
Updated requirements file
2019-04-12 16:35:06 +03:00
VakarisZ 6ff0952d75 Refactored get_interface_to_target(dst) to get IP by trying to connect instead of IP comparison by string. 2019-04-12 16:15:03 +03:00
Shay Nehmad 22320c9536 Updated requirements file
Fixed https://github.com/guardicore/monkey/issues/291
2019-04-11 18:47:08 +03:00
VakarisZ ae63e19c81
Merge pull request #293 from VakarisZ/small_pba_ui_fix
Minor ui fix
2019-04-11 15:46:55 +03:00
VakarisZ 2fbf3634e2 Minor ui fix 2019-04-11 15:10:47 +03:00
Daniel Goldberg 1f28023c45
Add permissions 2019-04-11 14:00:15 +03:00
Daniel Goldberg 2886a33006
Merge pull request #235 from VakarisZ/MonkeyZoo
MonkeyZoo
2019-04-11 13:59:19 +03:00
Daniel Goldberg 313b1532b1
Merge branch 'develop' into MonkeyZoo 2019-04-11 13:59:05 +03:00
VakarisZ 92206c8c84 Added topography image, improved docs and readme 2019-04-11 10:26:46 +03:00
Daniel Goldberg 6b9f3c18bc
Merge pull request #289 from VakarisZ/elastic_small_fix
Added request timeout to elastic exploiter
2019-04-10 10:30:19 +03:00
VakarisZ 1eb2ea12ec Added request timeout 2019-04-09 11:29:34 +03:00
VakarisZ 88b114d810
Fixed typo's in monkey's readme.txt 2019-04-09 10:47:48 +03:00
Daniel Goldberg 775cc60852
Merge pull request #284 from VakarisZ/attack_telemetry
Attack telemetry
2019-04-07 23:53:06 +03:00
VakarisZ 4ee8b650c8 Removed redundant code in VictimHostTelem 2019-04-02 14:54:20 +03:00
VakarisZ 77b14177c5 Moved attack scan status enum to common 2019-04-02 11:09:55 +03:00
VakarisZ 2e2b77226d Added reverted telemetry files 2019-04-02 09:58:46 +03:00
VakarisZ 80266f537d Documented set_results method 2019-04-02 09:47:13 +03:00
VakarisZ 4b3bcd114b Revert "Telemetry implementation started"
This reverts commit 98814b4963.
2019-04-01 20:09:54 +03:00
VakarisZ 7e5aff1d21 Revert "Telemetry implemented"
This reverts commit f36ff73c9e.
2019-04-01 19:51:20 +03:00
VakarisZ ee0b6a042d Revert "Files renamed to be more precise, typo in comment fixed."
This reverts commit 11576c0942.
2019-04-01 19:50:35 +03:00
VakarisZ 250fcb97bb Revert "Changed base class not to send redundant info about current machine"
This reverts commit 4496b0efa4.
2019-04-01 19:50:28 +03:00
VakarisZ 4496b0efa4 Changed base class not to send redundant info about current machine 2019-04-01 19:33:32 +03:00
VakarisZ 11576c0942 Files renamed to be more precise, typo in comment fixed. 2019-04-01 14:58:20 +03:00
VakarisZ f36ff73c9e Telemetry implemented 2019-04-01 14:58:04 +03:00
VakarisZ 98814b4963 Telemetry implementation started 2019-04-01 14:57:52 +03:00
Daniel Goldberg 287f0ee6e3
Merge pull request #274 from VakarisZ/post_exploitation
Post exploitation
2019-04-01 10:25:54 +03:00
VakarisZ 266933abb4 Added custom post breach values to example.conf 2019-04-01 09:37:53 +03:00
Daniel Goldberg 7f82311290
Merge pull request #282 from VakarisZ/monkey_dir_example_conf
Added monkey directories to example.conf
2019-03-28 00:18:42 +02:00
VakarisZ 86a0053c9a Added monkey directories to example.conf 2019-03-26 20:28:05 +02:00
VakarisZ 1c3e69cbb9 PR notes fixed, command + file bugs fixed 2019-03-26 20:02:50 +02:00
VakarisZ 50f2db4b22 Removed unused import 2019-03-25 21:44:39 +02:00
VakarisZ be598d0953 Added jwt requirements to PBA endpoints, fixed bugs, added different
display if PBA succeeded than if failed.
2019-03-25 21:44:39 +02:00
VakarisZ 92615b848d PBA config depth reduced to 3, unused methods removed, pba file size
property removed, small refactors and comments.
2019-03-25 21:44:39 +02:00
VakarisZ dbf56b5531 Improved display of post breach actions 2019-03-25 21:44:39 +02:00
VakarisZ 308a1e3547 Added simple telemetry feed 2019-03-25 21:44:39 +02:00