Description
The MimikatzOptions object expects a configuration parameter named "excluded_username_prefixes", whereas the configuration schema defines "exclude_username_prefixes" (not "excluded"). This means that if the UI is used to configure mimikatz, an exception will be raised by the plugin when options are parsed.
To Reproduce
Steps to reproduce the behavior:
- Enable mimikatz in the UI
- Run the monkey on any Windows machine
- View the logs

Description
The
MimikatzOptionsobject expects a configuration parameter named "excluded_username_prefixes", whereas the configuration schema defines "exclude_username_prefixes" (not "excluded"). This means that if the UI is used to configure mimikatz, an exception will be raised by the plugin when options are parsed.To Reproduce
Steps to reproduce the behavior: