mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
edited so that when something is clickjack vulnerable, you'll know it is
This commit is contained in:
parent
68842f8d31
commit
1445ac4a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue