Merge pull request #194 from VakarisZ/web_rce_config_fix

Web rce config quickfix
This commit is contained in:
Daniel Goldberg 2018-10-10 11:10:47 -07:00 committed by GitHub
commit 93da8609ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ 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: