diff --git a/monkey/infection_monkey/exploit/web_rce.py b/monkey/infection_monkey/exploit/web_rce.py index 2b08575c3..d31df7c21 100644 --- a/monkey/infection_monkey/exploit/web_rce.py +++ b/monkey/infection_monkey/exploit/web_rce.py @@ -210,6 +210,7 @@ class WebRCE(HostExploiter): for url in urls: if self.check_if_exploitable(url): self.add_vuln_url(url) + self.vulnerable_urls.append(url) if stop_checking: break if not self.vulnerable_urls: