Revert "WebRCE config bug quickfix"

This reverts commit 1830a4a709.
This commit is contained in:
VakarisZ 2018-10-10 20:48:03 +03:00
parent 1830a4a709
commit 3341060102
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class WebRCE(HostExploiter):
Dict in format {'linux': '/tmp/monkey.sh', 'win32': './monkey32.exe', 'win64':... } Dict in format {'linux': '/tmp/monkey.sh', 'win32': './monkey32.exe', 'win64':... }
""" """
super(WebRCE, self).__init__(host) super(WebRCE, self).__init__(host)
self._config = __import__('config').WormConfiguration
if monkey_target_paths: if monkey_target_paths:
self.monkey_target_paths = monkey_target_paths self.monkey_target_paths = monkey_target_paths
else: else: