用戶名:nana的哈希密碼為208f0aba4a6d4b9afe94207e6c57d594。

在線破解無(wú)果
給錢(qián)是不可能給錢(qián)的,試試hashcat神器?。?!
hashcat
哈希暴破神器,也支持基于規(guī)則生成密碼字典,規(guī)則庫(kù)位于hashcat/rules/:

dive.rule 含有需要的規(guī)則
把nana視為基礎(chǔ)信息存入 base.txt 中作為輸入,讓 dive.rule 模仿學(xué)習(xí)生成類似的密碼字典,保存至 se_passwds.txt:
hashcat --stdout base.txt -r /usr/share/hashcat/rules/dive.rule -o tmp.txt
wc -l tmp.txt?????????????????????????????????? # 查看生成的密碼個(gè)數(shù)!
strings tmp.txt > tmp1.txt??????????????? # 取字符串格式
sort -u tmp1.txt > se_passwds.txt? ?# 去重

得到se_passwds.txt
接著用社工字典暴破哈希密碼:
hashcat --optimized-kernel-enable --attack-mode 0 '208f0aba4a6d4b9afe94207e6c57d594'?se_passwds.txt --force --show

得到 nana 的密碼 nanacnacnanac
爆破成功?。。?!居然是這么簡(jiǎn)單的口令……