密碼破解工具 John the Ripper 1.7.8 jump8
John the Ripper 特別善于查看弱密碼,John the Ripper通過搜索常見密碼列表查找匹配。它不像那些商用軟件或Ophcrack那樣擅長強密碼,但是它工作在很多地方工作良好,比如當用戶選了一個易 于記憶的密碼。
下載(release notes):
- John the Ripper 1.7.8 (stable, Unix - sources, tar.gz, 830 KB) and its signature
- John the Ripper 1.7.8 (stable, Unix - sources, tar.bz2, 680 KB) and its signature
- John the Ripper 1.7.0.1 (stable, Windows - binaries, ZIP, 1360 KB) and its signature
- John the Ripper 1.7.0.1 (stable, DOS - binaries, ZIP, 895 KB) and its signature
新版本改進包括支持基于 MD5 加密 crypt(3) 和 Apache $apr1$ 哈希的破解,改進了 Raw MD4 破解等等,詳細內容:
OpenMP support has been added for MD5-based crypt(3) and Apache $apr1$ hashes when building with SSE2 intrinsics, as well as for SAP CODVN B and SAP CODVN G. Raw MD4 has been enhanced with optional SSE2 intrinsics. The SSE2 intrinsics code for MD4, MD5, and SHA-1 has been pre-built with Intel's compiler into an assembly file, used with the new i-suffixed make targets. Support for occasional false positives or multiple correct guesses has been added and made use of for WinZip/AES and CRC-32. md5_gen has been renamed to dynamic. Numerous other fixes and enhancements have been made