edited so that when something is clickjack vulnerable, you'll know it is

This commit is contained in:
ekultek 2017-11-08 19:59:48 -06:00
parent 68842f8d31
commit 1445ac4a2e

View file

@ -91,7 +91,7 @@ def clickjacking_main(url, **kwargs):
if results:
lib.core.settings.logger.info(lib.core.settings.set_color(
"it appears that provided URL '{}' is vulnerable to clickjacking, writing "
"to HTML file...".format(url)
"to HTML file...".format(url), level=25
))
lib.core.settings.write_to_log_file(
data,