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" +