The WormConfiguration contains settings used only by the dropper. More importantly, these "configuration" options aren't configurable anywhere.
Decouple the dropper and the worm configuration by making the "dropper config" options constants on the dropper class.
Tasks
The
WormConfigurationcontains settings used only by the dropper. More importantly, these "configuration" options aren't configurable anywhere.Decouple the dropper and the worm configuration by making the "dropper config" options constants on the dropper class.
Tasks
monkey/infection_monkey/config.pyto consts in related modules. @ilija-lazoroski"dropper_target_path_linux"and"dropper_target_path_win_64"away from the configuration into dropper related modules. (0d) @ilija-lazoroski