哈希加密类型识别工具 hashid 与 hash-identifier
哈希加密类型识别工具 hashid 与 hash-identifier
hash-identifier
hash-identifier就是一款由python编写,可以快速识别hash加密类型的工具
用法:
执行命令启动程序
hash-identifier
输入哈希密文
hash-identifier 它会列出最有可能的两种加密算法:Possible Hashs:和可能性不大的Least Possible Hashs:
hashid
可识别大约210种HASH算法:给他个hash值,他就能判断出这个值是哪种类型的hash值
用法:
┌──(nerubian㉿kali)-[~]
└─$ hashid -h
usage: hashid.py [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT
Identify the different types of hashes used to encrypt data
positional arguments:
INPUT input to analyze (default: STDIN)
options:
-e, --extended list all possible hash algorithms including salted passwords
-m, --mode show corresponding Hashcat mode in output
-j, --john show corresponding JohnTheRipper format in output
-o FILE, --outfile FILE write output to file
-h, --help show this help message and exit
--version show program's version number and exit
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
-e,--extended
列出所有可能的散列算法,包括加密密码
-m,--mode
在输出中包括相应的hashcat模式
-j,--john
在输出中包括相应的JohnTheRipper格式
-o FILE,--outfile FILE
将输出写入文件(默认值:STDOUT)
-h,--help
显示帮助信息并退出
--version
显示程序的版本信息并退出