Commit Graph

10156 Commits

Author SHA1 Message Date
Ilija Lazoroski ba187ed830 Agent: Modify command line arguments to accept list of servers
Removes tunnel argument
2022-09-09 08:07:24 -04:00
Mike Salvatore d009bc458c Island: Import TypeAlias from typing_extensions in node.py 2022-09-07 11:15:07 -04:00
Mike Salvatore fa8a72dc86 Island: Remove unused import from node.py 2022-09-07 11:13:06 -04:00
Mike Salvatore 0310c737d7 UT: Remove unused imports from test_node.py 2022-09-07 11:12:30 -04:00
Mike Salvatore 588b740970
Merge pull request #2253 from guardicore/2217-remove-marshmallow
2217 remove marshmallow
2022-09-07 10:57:29 -04:00
Mike Salvatore 68bc73d86a Merge branch 'i-node-repository' into develop 2022-09-07 10:25:00 -04:00
Mike Salvatore 4e4e4cf97d Island: Export INodeRepository from monkey_island.cc.repository 2022-09-07 10:22:54 -04:00
Mike Salvatore 5f874356b1 Island: Remove INetworkMapRepository
Replaced by monkey_island.cc.models.Node and INodeRepository
2022-09-07 10:22:54 -04:00
Mike Salvatore 8c69780f4e Island: Add INodeRepository 2022-09-07 10:22:54 -04:00
Mike Salvatore 35ecdb11ab Island: Add docstrings to Node model 2022-09-07 10:22:52 -04:00
Mike Salvatore 094a0b1a8d Island: Use Mapping for tracking node connections 2022-09-07 10:21:51 -04:00
VakarisZ 6891c82a46
Merge pull request #2252 from guardicore/2217-remove-unused-code
2217 remove unused code
2022-09-07 16:58:42 +03:00
vakaris_zilius f0b50b254e Island: Refactor simulation to use pydantic 2022-09-07 13:48:19 +00:00
Ilija Lazoroski 6fe501195b Island: Remove marshmallow-enum from Pipfile 2022-09-07 15:33:09 +02:00
Ilija Lazoroski 6fb77694ef Island: Remove marshmallow from Pipfile 2022-09-07 15:31:51 +02:00
Ilija Lazoroski 62982459b0 Agent: Remove marshmallow-enum from Pipfile 2022-09-07 15:30:17 +02:00
Ilija Lazoroski 8aad9701cd Agent: Remove marshmallow for Pipfile 2022-09-07 15:28:18 +02:00
vakaris_zilius 895de8c720 Common: Delete IJSONSerializable.py
This interface is no longer used (replaced by pydantic objects)
2022-09-07 13:19:39 +00:00
vakaris_zilius b7e6435ced UI: Delete InternalConfig.js
This is no longer used, advanced tab only contains a couple of fields now
2022-09-07 13:17:01 +00:00
vakaris_zilius c73fe7a3a9 Island: Remove unused CustomJSONEncoder
This is replaced by APIEncoder in representations.py
2022-09-07 13:16:57 +00:00
Mike Salvatore d39d6ea10f
Merge pull request #2240 from guardicore/2217-pydantic-credentials
2217 pydantic credentials
2022-09-07 09:10:56 -04:00
vakaris_zilius d7dde14cae Agent, Island: Update pydantic version to 1.10.2 from 1.9.2 2022-09-07 13:01:46 +00:00
vakaris_zilius adca1683c8 UI: Improve style in ReformatHook.js 2022-09-07 13:01:46 +00:00
Mike Salvatore 1fc0718554 Agent: Use isinstance() to check if identity is Username 2022-09-07 07:50:39 -04:00
vakaris_zilius c8f131e6b0 Common: Small style improvements in credentials.py 2022-09-07 11:48:34 +00:00
vakaris_zilius 5608bb3f11 Common, Agent: Rename get_plain_text to get_plaintext 2022-09-07 11:48:34 +00:00
vakaris_zilius 6e254c71d7 Common: Fix failing UT and add more for get_plain_text 2022-09-07 11:48:34 +00:00
vakaris_zilius dc8e644bc5 UT: Fix some of powershell UT's 2022-09-07 11:48:33 +00:00
vakaris_zilius ece4d9383e Agent, Common: Refactor pydantic credentials to use SecretStr 2022-09-07 11:48:33 +00:00
Mike Salvatore 17e3b3d205 UT: Add `simplify=True` to Credentials serialization 2022-09-07 11:48:33 +00:00
Mike Salvatore 646b3a1b46 BB: Add `simplify=True` to Credentials serialization 2022-09-07 11:48:33 +00:00
Mike Salvatore 8fd226cd23 UT: Add safety test since we will switch to pydantic.SecretType 2022-09-07 11:48:33 +00:00
vakaris_zilius b08097b131 Island, Common: Small style improvements 2022-09-07 11:48:33 +00:00
vakaris_zilius 16a59a3f5a UT: Fix typehint in credentials conftest.py 2022-09-07 11:48:33 +00:00
vakaris_zilius 233090942a Agent: Use issintance instead of type comparison in credential repo 2022-09-07 11:48:32 +00:00
vakaris_zilius 792895a25c UI: Improve the naming/handling of credential types in the UI 2022-09-07 11:48:32 +00:00
vakaris_zilius 9fb2804202 Agent: Use SecretStr and SecretBytes instead of SecretField
SecretField is a base type for secrets, but it doesn't seem to be exported. When the agent is ran, this import fails
2022-09-07 11:48:32 +00:00
vakaris_zilius 472ca382f1 Island, BB: Fix credential conversion to dict bugs 2022-09-07 11:48:32 +00:00
vakaris_zilius e5574240e9 Island, Agent: Change json encryptors to handle pydantic models 2022-09-07 11:48:32 +00:00
vakaris_zilius 7dba3c4fed UI: Remove duplicate credentials from report 2022-09-07 11:48:31 +00:00
vakaris_zilius 9cc11f6a09 Island: Remove misleading comment 2022-09-07 11:48:31 +00:00
vakaris_zilius f1b8ad373b Island: Fix bug in credentials_parser.py 2022-09-07 11:48:31 +00:00
vakaris_zilius ed24108bfa Project: Add temporary IJSONSerializable ignore 2022-09-07 11:48:28 +00:00
vakaris_zilius d347521a29 Island, Agent: Fix bugs in credential object creation 2022-09-07 11:47:56 +00:00
vakarisz 7149c704a2 Island, Agent: Fix credential parsing to match pydantic syntax 2022-09-07 11:47:56 +00:00
vakarisz d73cbee591 Agent, Island: Use pydantic credentials and methods
Since the interface of credential serialization changed, code was modified to use the new interface
2022-09-07 11:47:56 +00:00
vakarisz f018b85f56 UT: Add nt/lm hash unit test and data 2022-09-07 11:47:55 +00:00
vakarisz 12bc514a92 Agent: Remove unused ransomware directory 2022-09-07 11:47:55 +00:00
vakarisz f868f03ea7 Common: Refactor credentials from marshmallow to pydantic 2022-09-07 11:47:53 +00:00
vakarisz 3ac60988a8 Common: Replace credentials dataclasses with pydantic dataclasses
For pydantic to work properly, the models need to either use pydantic version of dataclass or inherit BaseModel, but not both. https://pydantic-docs.helpmanual.io/usage/dataclasses/
2022-09-07 11:46:38 +00:00