Linux command
haiti 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Identify the type
haiti [hash_string]
Identify hash type
haiti -e [hash_string]
Identify hash from stdin
echo "[hash_string]" | haiti -
Show short output
haiti --short [hash_string]
Disable colorized output
haiti --no-color [hash_string]
说明
HAITI (HAsh IdenTifIer) is a command-line tool and library for identifying the type of a given hash. It detects over 675 hash types including modern algorithms like SHA3, Keccak, Blake2, and many application-specific formats. For each identified hash type, it provides the corresponding Hashcat mode number and John the Ripper format name, making it easy to proceed with hash cracking. HAITI analyzes the hash length, character set, and format to narrow down possible algorithms, presenting results ranked by likelihood.
参数
- -e, --extended
- List all possible hash algorithms including ones using salt
- --short
- Display short format without hashcat and John the Ripper references
- --no-color
- Disable colorized output
- --hashcat-only
- Show only hashcat references
- --john-only
- Show only John the Ripper references
- -h, --help
- Print help
- -V, --version
- Print version
FAQ
What is the haiti command used for?
HAITI (HAsh IdenTifIer) is a command-line tool and library for identifying the type of a given hash. It detects over 675 hash types including modern algorithms like SHA3, Keccak, Blake2, and many application-specific formats. For each identified hash type, it provides the corresponding Hashcat mode number and John the Ripper format name, making it easy to proceed with hash cracking. HAITI analyzes the hash length, character set, and format to narrow down possible algorithms, presenting results ranked by likelihood.
How do I run a basic haiti example?
Run `haiti [hash_string]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -e, --extended do in haiti?
List all possible hash algorithms including ones using salt