mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
when a header is present it will now display as a warning instead of an error
This commit is contained in:
parent
b5ca0225b6
commit
864983250f
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ def main_header_check(url, **kwargs):
|
|||
protection["target"] = url
|
||||
for key in definition.iterkeys():
|
||||
if any(key in h.lower() for h in headers_established):
|
||||
logger.error(set_color(
|
||||
"provided target has {}...".format(definition[key][0]), level=40
|
||||
logger.warning(set_color(
|
||||
"provided target has {}...".format(definition[key][0]), level=30
|
||||
))
|
||||
protection[key] = True
|
||||
PROTECTED.add(definition[key][1])
|
||||
|
|
|
|||
Loading…
Reference in a new issue