Teaching John The Ripper how to Crack MD5 Hashes and more

简介:  Long time ago, I posted a guide on how to make John the Ripper able to crack MD5 hashes (http://www.

 

Long time ago, I posted a guide on how to make John the Ripper able to crack MD5 hashes (http://www.disenchant.ch/blog/teaching-john-the-ripper-how-to-crack-md5-hashes/106). In that posting where some errors and also it’s not up to date so I made a small shell script which downloads, patches and compile JtR 1.7.3.4 for you automatically

wget http://www.openwall.com/john/g/john-1.7.3.4.tar.gz
tar xvf john-1.7.3.4.tar.gz
wget http://www.openwall.com/john/contrib/john-1.7.3.4-jumbo-1.diff.gz
gunzip john-1.7.3.4-jumbo-1.diff.gz
cp john-1.7.3.4-jumbo-1.diff ./john-1.7.3.4
cd ./john-1.7.3.4
patch -p1 < john-1.7.3.4-jumbo-1.diff
cd ./src/
make clean linux-x86-any

This patched John the Ripper can attack the following formats:
DES/BSDI/MD5/BF/AFS/LM/NT/XSHA/PO/raw-MD5/IPB2/raw-sha1/md5a/hmac-md5/KRB5/bfegg/nsldap/ssha/openssha/oracle/MYSQL/mysql-sha1/mscash/lotus5/DOMINOSEC/NETLM/NETNTLM/NETLMv2/NETHALFLM/mssql/mssql05/epi/phps/mysql-fast/pix-md5/sapG/sapB/md5ns/HDAA

I hope you enjoy it

目录
相关文章
|
3月前
|
Linux
Linux命令(109)之md5sum
Linux命令(109)之md5sum
35 1
|
3月前
|
网络安全 开发工具 git
Windows下VSCode使用SSH连报错 Bad owner or permissions on C:\\Users\\admin/.ssh/config
Windows下VSCode使用SSH连报错 Bad owner or permissions on C:\\Users\\admin/.ssh/config
25 0
|
5月前
|
数据安全/隐私保护
zip2john 爆破zip工具
zip2john 爆破zip工具
103 0
|
数据安全/隐私保护
s3cmd安装及使用
s3cmd安装及使用
|
算法 JavaScript
怎么给文件生成MD5
怎么给文件生成MD5
4432 0
|
算法 数据安全/隐私保护
ctfshow crypto(二)
ctfshow crypto(二)WP
266 0
ctfshow crypto(二)
|
数据安全/隐私保护
ctfshow CRYPTO
ctfshow CRYPTO WP
268 0
ctfshow CRYPTO
|
Python
Python常见问题 - 报错 cryptography is required for sha256_password or caching_sha2_password
Python常见问题 - 报错 cryptography is required for sha256_password or caching_sha2_password
365 0