forked from p15670423/monkey
Agent: Use http_ports from exploiter options in WebRCE
This commit is contained in:
parent
b859b8820f
commit
87547c4da1
|
@ -46,7 +46,7 @@ class WebRCE(HostExploiter):
|
|||
"win32": self.options["dropper_target_path_win_32"],
|
||||
"win64": self.options["dropper_target_path_win_64"],
|
||||
}
|
||||
self.HTTP = [str(port) for port in self._config.HTTP_PORTS]
|
||||
self.HTTP = [str(port) for port in self.options["http_ports"]]
|
||||
self.vulnerable_urls = []
|
||||
self.target_url = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue