From 5d5d8075b9e613b27ba6f7aa520d00cced9068a3 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 9 Apr 2024 17:24:44 -0400 Subject: [PATCH] Revert from ? to - --- sherlock/notify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/notify.py b/sherlock/notify.py index 3e550fd7..4af1ff18 100644 --- a/sherlock/notify.py +++ b/sherlock/notify.py @@ -224,7 +224,7 @@ class QueryNotifyPrint(QueryNotify): elif result.status == QueryStatus.UNKNOWN: if self.print_all: print(Style.BRIGHT + Fore.WHITE + "[" + - Fore.RED + "?" + + Fore.RED + "-" + Fore.WHITE + "]" + Fore.GREEN + f" {self.result.site_name}:" + Fore.RED + f" {self.result.context}" + @@ -242,7 +242,7 @@ class QueryNotifyPrint(QueryNotify): elif result.status == QueryStatus.WAF: if self.print_all: print(Style.BRIGHT + Fore.WHITE + "[" + - Fore.RED + "?" + + Fore.RED + "-" + Fore.WHITE + "]" + Fore.GREEN + f" {self.result.site_name}:" + Fore.RED + " Blocked by bot detection" +