Agent: Remove disused get_monkey_depth()

This commit is contained in:
Mike Salvatore 2022-03-18 10:51:21 -04:00
parent 8eace7c736
commit 732568b34f
1 changed files with 0 additions and 6 deletions

View File

@ -26,12 +26,6 @@ def get_random_file_suffix() -> str:
return random_string
def get_monkey_depth():
from infection_monkey.config import WormConfiguration
return WormConfiguration.depth
def get_agent_dest_path(host: VictimHost, options: Mapping[str, Any]) -> str:
if host.os["type"] == "windows":
return options["dropper_target_path_win_64"]