forked from p15670423/monkey
WebRCE config bug quickfix
This commit is contained in:
parent
9b8c125b91
commit
1830a4a709
|
@ -28,7 +28,6 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue