forked from p34709852/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)
|
self.add_vulnerable_urls(urls, True)
|
||||||
if not self.vulnerable_urls:
|
if not self.vulnerable_urls:
|
||||||
return False
|
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':
|
if self.host.os['type'] == 'windows':
|
||||||
self.host.os['machine'] = '64'
|
self.host.os['machine'] = '64'
|
||||||
paths = self.get_monkey_paths()
|
paths = self.get_monkey_paths()
|
||||||
|
|
Loading…
Reference in New Issue