forked from p15670423/monkey
Temporarily disable shellshock reporting its vulnerable pages
This commit is contained in:
parent
cf9fa82b67
commit
174c74cbcb
|
@ -64,7 +64,8 @@ class ShellShockExploiter(HostExploiter):
|
||||||
|
|
||||||
# we want to report all vulnerable URLs even if we didn't succeed
|
# we want to report all vulnerable URLs even if we didn't succeed
|
||||||
# let's overload this
|
# let's overload this
|
||||||
[self.report_vuln_shellshock(host, url) for url in exploitable_urls]
|
# TODO: uncomment when server is ready for it
|
||||||
|
# [self.report_vuln_shellshock(host, url) for url in exploitable_urls]
|
||||||
|
|
||||||
# now try URLs until we install something on victim
|
# now try URLs until we install something on victim
|
||||||
for _, url, header, exploit in exploitable_urls:
|
for _, url, header, exploit in exploitable_urls:
|
||||||
|
|
Loading…
Reference in New Issue