HashID 一款识别不同类型哈希的工具

华盟原创文章投稿奖励计划

hashID是用Python 3编写的工具,它支持使用正则表达式识别超过220种唯一的哈希类型。可在此处找到受支持的哈希的详细列表 。它能够识别单个散列,解析文件或读取目录中的多个文件并识别其中的散列。hashID还能够在其输出中包括相应的 hashcat模式和/或 JohnTheRipper格式。

安装
您可以使用以下命令安装,升级,卸载hashID:
$ pip install hashid 
$ pip install --upgrade hashid 
$ pip uninstall hashid

或者您可以通过克隆存储库进行安装:
$ sudo apt-get install python3 git 
$ git clone https://github.com/psypanda/hashid.git 
$ cd hashid 
$ sudo install -g 0 -o 0 -m 0644 doc / man / hashid.7 / usr / share / man / man7 / 
$ sudo gzip /usr/share/man/man7/hashid.7

用法
$ ./hashid.py [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT

HashID 一款识别不同类型哈希的工具

示例

HashID 一款识别不同类型哈希的工具

文章来源及下载
https://github.com/psypanda/hashID

本文原创,作者:张,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/245576.html

发表评论