guardicore / monkey

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

"Expert Mode" page for configuration #526

Closed ShayNehmad closed 4 years ago

ShayNehmad commented 4 years ago

Is your feature request related to a problem? Please describe. The "usual" configurable parts of the Monkey (such as IP scan list) and the very advanced features (like OS collectors and TCP Timeout) are in the same configuration and given "equal visual importance".

Describe the solution you'd like Move all non-trivial parts of the configuration to an "expert mode"/"advanced configuration" page which will be separate from the regular configuration page.

Describe alternatives you've considered

VakarisZ commented 4 years ago

Another possible implementation would be to add a button-switch (like in ATTACK report "show list of techniques") to toggle expert mode on/off. Expert mode would just "unhide" all config options, while standard mode would have some of them hidden (this allows us to keep info sorted by tab).

ShayNehmad commented 4 years ago

Included in #637