mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor tweak to the output coloring
This commit is contained in:
parent
42ee8e6a2b
commit
769f4c5dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def whois_lookup_main(domain, **kwargs):
|
|||
time.sleep(timeout)
|
||||
raw_information = gather_raw_whois_info(domain)
|
||||
logger.info(set_color(
|
||||
"discovered raw information..."
|
||||
"discovered raw information...", level=25
|
||||
))
|
||||
logger.info(set_color(
|
||||
"gathering interesting information..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue