天天看點

使用Hash-Buster破解密碼

Hash Buster是一個python腳本,它使用幾個線上哈希破解程式可以在不到5秒内找到散列的明文

首先clone下來

<code>git clone https://github.com/UltimateHackers/Hash-Buster.git</code>

<code>cd Hash-Buster</code>

隻要輸入

<code>python hash.py</code>

就可以使用,注意要使用python2,而不是Python3

過程像下面這樣

<code>https://asciinema.org/a/7GeBnMy48hR0ZwFjD9zakfWEe</code>