|
NAMEunicode-show - Scan and annotate suspicious Unicode characters NAMEunicode-show - detect and annotate non-ASCII or suspicious Unicode characters in text or files SYNOPSISunicode-show [FILE]... DESCRIPTIONunicode-show is a utility that reads text input (from standard input or files) and highlights suspicious Unicode characters, such as those outside the safe ASCII range. This tool is useful for identifying potentially malicious or misleading Unicode characters in source code, logs, or user input. For each suspicious character, <strong>unicode-show</strong> prints:
What is considered suspicious:
Output formatting:
Color output is disabled if:
OPTIONSThis tool takes no options. Any arguments are treated as file paths. If no arguments are given, input is read from standard input. EXIT STATUS
EXAMPLESScan a file for suspicious characters:unicode-show suspicious.txt Scan multiple files:unicode-show file1.txt file2.md Scan input from a pipeline:cat file1.txt | unicode-show Disable color output:NOCOLOR=1 unicode-show example.txt ENVIRONMENT
AUTHORThis man page has been written by Patrick Schleizer (adrelanos@whonix.org).
|