HAITI

HAITI Description

HAITI (HAsh IdenTifIer) is a command line tool (and library) for identifying the type of a given hash.

Using the command line interface:

Using as a library:

Features:

  • 382+ hash types detected
  • Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
  • Hashcat and John the Ripper references
  • CLI tool & library
  • Color output
  • Hackable

Homepage: https://noraj.github.io/haiti/

GitHub: https://github.com/noraj/haiti/

Author: Alexandre ZANNI (@noraj)

License: MIT

HAITI Help

Usage:

haiti [options] <hash>
haiti -h | --help
haiti --version

Options:

  --no-color      Disable colorized output
  -e, --extended  List all possible hash algorithms including ones using salt
  --short         Display in a short format: do not display hashcat and john the ripper references
  --hashcat-only  Show only hashcat references
  --john-only     Show only john the ripper references
  --debug         Display arguments
  -h, --help      Show this screen
  --version       Show version

HAITI Usage Example

Determine the hash type d41d8cd98f00b204e9800998ecf8427e, including showing the possible types of hashes with salt (-e):

haiti -e d41d8cd98f00b204e9800998ecf8427e

Determine the hash type d41d8cd98f00b204e9800998ecf8427e, display brief information about the type (--short) and do not use color in the output (--no-color):

haiti --no-color --short d41d8cd98f00b204e9800998ecf8427e

How to install HAITI

Installation on Kali Linux

sudo apt install rubygems
sudo gem install haiti-hash

Installation on Debian, Linux Mint, Ubuntu

sudo apt update
sudo apt install rubygems
sudo gem install haiti-hash

Installation on BlackArch

The program is pre-installed on BlackArch. To install in minimal builds run:

sudo pacman -S haiti

HAITI Screenshots

HAITI Tutorials

Related tools

Recommended for you:

Comments are Closed

Рейтинг@Mail.ru