简介
Hash Buster是一个python脚本,它使用几个在线哈希破解程序可以在不到5秒内找到散列的明文
安装
首先clone下来
git clone https://github.com/UltimateHackers/Hash-Buster.git
cd Hash-Buster
使用
只要输入
python hash.py
就可以使用,注意要使用python2,而不是Python3
过程像下面这样
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| ➜ ~ cd Hash-Buster ➜ Hash-Buster git:(master) ls hash.py LICENSE.txt README.md ➜ Hash-Buster git:(master) python2 hash.py -------------------------------------------------------- Made with <3 By Team Ultimate _ _ ____ ____ _ _ ___ _ _ ____ ___ ____ ____ |__| |__| [__ |__| |__] | | [__ | |___ |__/ | | | | ___] | | |__] |__| ___] | |___ | \ v1.0 Servers Loaded: Alpha, Beta, Gamma, Delta, Omega, Lambda -------------------------------------------------------- Enter your hash: 57f411a13f502bcc299f466ceac7749d [!] Hash function : MD5
[+] Hash cracked by Gamma: Bboysoul ➜ Hash-Buster git:(master)
|
视频地址
https://asciinema.org/a/7GeBnMy48hR0ZwFjD9zakfWEe