參考網址:james
官方網站:https://www.openwall.com/john/
M2Y5WVU4nQNK6
M2AERmE1jWn2E
M2dkTuewmYzJY
M2GMcSXbX0v6E
首先將上述的密文存成一個檔案 test01.txt
接下來請執行 ./john -si test01.txt 這個指令吧
破解完成,可執行 john –show test01.txt 看看解出的明文是啥囉!
解碼模式一(簡單模式)
輸入指令john -si test01.txt
解碼模式二(字典模式)
輸入指令john -w:j2.txt test01.txt
解碼模式三(窮舉模式)
輸入指令john -i test01.txt
顯示結果
輸入指令john -show 01.txt後,就會顯示如上圖所示的結果
暴力破解MD5
john --incremental --format=md5crypt test01.txt
使用教學
https://home.gamer.com.tw/creationDetail.php?sn=3668124
模式列舉