Agent: Remove code that set host architecture in Hadoop exploiter

This commit is contained in:
Shreya Malviya 2022-02-23 16:30:25 +05:30
parent 79ccabceb1
commit 90646a6ff9
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ class HadoopExploiter(WebRCE):
self.add_vulnerable_urls(urls, True)
if not self.vulnerable_urls:
return False
# We presume hadoop works only on 64-bit machines
if self.host.os["type"] == "windows":
self.host.os["machine"] = "64"
paths = self.get_monkey_paths()
if not paths:
return False