forked from p15670423/monkey
bug in web_rce fixed
This commit is contained in:
parent
2738cc61e8
commit
85ff5bd4ec
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue