Skip to content

A simple python script to identify different hashes

License

Notifications You must be signed in to change notification settings

hac01/Hash-hound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Py-hash

A simple python script to identify different hashes

Use pip to install

pip install hash-hound

Usage

hash-hound <hash_value>
$ hash-hound --help
Usage:  hash-hound <hash_value>
 
        For example :- hash-hound 8d6e34f987851aa599257d3831a1af040886842f
        Output:- Algorithm used: SHA1:100 
        Here SHA1 is the hashing algorithm and 100 is Hashcat mode for ex: "-m 100"