Quantcast
Channel: CodeSection,代码区,网络安全 - CodeSec
Viewing all articles
Browse latest Browse all 12749

【工具分享】用于取代hash-identifier的hash识别工具hashID

0
0
【工具分享】用于取代hash-identifier的hash识别工具hashID

2017-08-24 16:53:51

阅读:241次
点赞(0)
收藏
来源: github.com





【工具分享】用于取代hash-identifier的hash识别工具hashID

作者:77caikiki





【工具分享】用于取代hash-identifier的hash识别工具hashID

简介

这个工具是用来代替hash-identifier的,因为hash-identifier已经过时啦!

hashID是用python3写成,它通过正则表达式可识别220多种hash类型。可识别的hash详情列表可以点这里。

hashID不仅可识别单个hash,还可解析单个文件中的hash,或者某目录下的多个文件中的hash。同时hashID还支持hashcat模式和JohnTheRipper格式输出。


安装方法

pip

hashID还可以通过PyPi安装,升级,卸载。

$pipinstallhashid $pipinstall--upgradehashid $pipuninstallhashid

hashID在支持Python 2 ≥ 2.7.x 或者 Python 3 ≥ 3.3的平台都可以轻松上手!

git clone

你还可以通过clone这个repository来安装

$sudoapt-getinstallpython3git $gitclonehttps://github.com/psypanda/hashid.git $cdhashid $sudoinstall-g0-o0-m0644doc/man/hashid.7/usr/share/man/man7/ $sudogzip/usr/share/man/man7/hashid.7

使用方法

$./hashid.py[-h][-e][-m][-j][-oFILE][--version]INPUT $./hashid.py'$P$8ohUJ.1sdFw09/bMaAQPTGDNi2BIUt1' Analyzing'$P$8ohUJ.1sdFw09/bMaAQPTGDNi2BIUt1' [+]Wordpress≥v2.6.2 [+]Joomla≥v2.5.18 [+]phpass'PortableHash $./hashid.py-mj'$racf$*AAAAAAAA*3c44ee7f409c9a9b' Analyzing'$racf$*AAAAAAAA*3c44ee7f409c9a9b' [+]RACF[HashcatMode:8500][JtRFormat:racf] $./hashid.pyhashes.txt --File'hashes.txt'-- Analyzing'*85ADE5DDF71E348162894C71D73324C043838751' [+]mysql5.x [+]MySQL4.1 Analyzing'$2a$08$VPzNKPAY60FsAbnq.c.h5.XTCZtC1z.j3hnlDFGImN9FcpfR1QnLq' [+]Blowfish(OpenBSD) [+]WoltlabBurningBoard4.x [+]bcrypt --Endoffile'hashes.txt'--

相关资料

http://pythonhosted.org/passlib/index.html

http://openwall.info/wiki/john

http://openwall.info/wiki/john/sample-hashes

http://hashcat.net/wiki/doku.php?id=example_hashes


相关推荐

另外还有一款在线的hash识别工具也不错哦。在没有命令行环境的时候,打开浏览器就可以用。

https://www.onlinehashcrack.com/hash-identification.php



【工具分享】用于取代hash-identifier的hash识别工具hashID
【工具分享】用于取代hash-identifier的hash识别工具hashID
本文由 安全客 翻译,转载请注明“转自安全客”,并附上链接。
原文链接:https://github.com/psypanda/hashID

Viewing all articles
Browse latest Browse all 12749

Latest Images

Trending Articles





Latest Images