From 33410601020f10506f173e6860f6622d09117646 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 10 Oct 2018 20:48:03 +0300 Subject: [PATCH] Revert "WebRCE config bug quickfix" This reverts commit 1830a4a709b65a8e0eb4ea13474e96539766895e. --- monkey/infection_monkey/exploit/web_rce.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/infection_monkey/exploit/web_rce.py b/monkey/infection_monkey/exploit/web_rce.py index bb3704995..a8dfd97c5 100644 --- a/monkey/infection_monkey/exploit/web_rce.py +++ b/monkey/infection_monkey/exploit/web_rce.py @@ -28,6 +28,7 @@ class WebRCE(HostExploiter): Dict in format {'linux': '/tmp/monkey.sh', 'win32': './monkey32.exe', 'win64':... } """ super(WebRCE, self).__init__(host) + self._config = __import__('config').WormConfiguration if monkey_target_paths: self.monkey_target_paths = monkey_target_paths else: