mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
Revert from ? to -
This commit is contained in:
parent
b00474a2bf
commit
5d5d8075b9
1 changed files with 2 additions and 2 deletions
|
@ -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" +
|
||||
|
|
Loading…
Reference in a new issue