forked from p15670423/monkey
Merge pull request #343 from VakarisZ/web_rce_bugfix
bug in web_rce fixed
This commit is contained in:
commit
7068a77a61
|
@ -210,6 +210,7 @@ class WebRCE(HostExploiter):
|
||||||
for url in urls:
|
for url in urls:
|
||||||
if self.check_if_exploitable(url):
|
if self.check_if_exploitable(url):
|
||||||
self.add_vuln_url(url)
|
self.add_vuln_url(url)
|
||||||
|
self.vulnerable_urls.append(url)
|
||||||
if stop_checking:
|
if stop_checking:
|
||||||
break
|
break
|
||||||
if not self.vulnerable_urls:
|
if not self.vulnerable_urls:
|
||||||
|
|
Loading…
Reference in New Issue