bug in web_rce fixed

This commit is contained in:
VakarisZ 2019-06-11 14:49:18 +03:00
parent 2738cc61e8
commit 85ff5bd4ec
1 changed files with 1 additions and 0 deletions

View File

@ -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: