From c39e02cdbfcc1cde96f6c5952e95684ea5e2a5ed Mon Sep 17 00:00:00 2001 From: yunzheng Date: Fri, 17 Dec 2021 21:37:26 +0100 Subject: [PATCH] Restored figlet It's important :) --- log4j-finder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log4j-finder.py b/log4j-finder.py index 36b6ab1..312f5a4 100755 --- a/log4j-finder.py +++ b/log4j-finder.py @@ -296,8 +296,8 @@ def main(): start_time = time.monotonic() hostname = magenta(HOSTNAME) - #if not args.no_banner and not args.quiet: - # print(FIGLET) + if not args.no_banner and not args.quiet: + print(FIGLET) for directory in args.path: now = datetime.datetime.utcnow().replace(microsecond=0) if not args.quiet: