1
2hashid(7)                       hashid man page                      hashid(7)
3
4
5

NAME

7       hashid - Identify the different types of hashes used to encrypt data
8
9

SYNOPSIS

11       hashid [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT
12
13

DESCRIPTION

15       hashID  is  a tool written in Python 3.x which supports the identifica‐
16       tion of over 210 unique hash types using regular expressions.
17
18       It is able to identify a single hash, parse a file or read files  in  a
19       directory  and identify the hashes within them.  hashID is also capable
20       of including the corresponding hashcat mode and/or JohnTheRipper format
21       in  its output.  Altough hashID is written in Python 3.x it should also
22       work with Python 2.7.
23
24

OPTIONS

26       -e, --extended
27              list all possible hash algorithms including salted passwords
28
29       -m, --mode
30              include corresponding hashcat mode in output
31
32       -j, --john
33              include corresponding JohnTheRipper format in output
34
35       -o FILE, --outfile FILE
36              write output to file (default: STDOUT)
37
38       -h, --help
39              show help message and exit
40
41       --version
42              show program's version number and exit
43
44

BUGS

46       If  you  find  a  bug,  please  report  it  at  https://github.com/psy
47       panda/hashID/issues
48
49

AUTHOR

51       c0re (c0re@psypanda.org)
52
53
54
55v1.4                            28 January 2014                      hashid(7)
Impressum