Comment changed

This commit is contained in:
VakarisZ 2018-11-22 19:45:13 +02:00
parent 5ffd22433a
commit b48cb16088
1 changed files with 1 additions and 1 deletions

View File

@ -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()