forked from p15670423/monkey
Comment changed
This commit is contained in:
parent
5ffd22433a
commit
b48cb16088
|
@ -55,7 +55,7 @@ class HadoopExploiter(WebRCE):
|
|||
self.add_vulnerable_urls(urls, True)
|
||||
if not self.vulnerable_urls:
|
||||
return False
|
||||
# We can only upload 64bit version to windows for various reasons
|
||||
# We assume hadoop is ran only on 64 bit windows
|
||||
if self.host.os['type'] == 'windows':
|
||||
self.host.os['machine'] = '64'
|
||||
paths = self.get_monkey_paths()
|
||||
|
|
Loading…
Reference in New Issue