guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.56k stars 765 forks source link

Convert hard coded plugins in config to Dict type #3028

Closed VakarisZ closed 1 year ago

VakarisZ commented 1 year ago

Refactor

Some hard-coded plugins have a different format in the agent configuration schema from other plugins. This inconsistency results in a lot of needless code all over the place.

Tasks

mssalvatore commented 1 year ago

In v2.3.0, there will be no more hard-coded plugins.