Ophcrack

From Wikipedia, the free encyclopedia
Ophcrack
Developer(s)Cedric Tissieres
Philippe Oechslin
Objectif Sécurité
Stable release
3.8.0 / March 6, 2018; 6 years ago (2018-03-06)
Repository
Written inC++, C
Operating systemMicrosoft Windows, Linux, macOS
Available inEnglish
TypePassword cracking
LicenseGNU General Public License
Websiteophcrack.sourceforge.net

Ophcrack is a free open-source (GPL licensed) program that cracks Windows log-in passwords by using LM hashes through rainbow tables. The program includes the ability to import the hashes from a variety of formats, including dumping directly from the SAM files of Windows, and can be ran via the command line or using the program’s GUI (Graphical user interface). On most computers, ophcrack can crack most passwords within a few minutes.[1]

Rainbow tables for LM hashes are provided for free by the developers. By default, ophcrack is bundled with tables that allow it to crack passwords no longer than 14 characters using only alphanumeric characters. Available for free download are four Windows XP tables and four Windows Vista tables.[2]

Objectif Sécurité has even larger tables for purchase that are intended for professional use.[3] Larger rainbow tables are NTLM hash for cracking Windows Vista/Windows 7.[2]

Ophcrack is also available as Live CD distributions, which automates the retrieval, decryption, and cracking of passwords from a Windows system. One Live CD distribution is available for Windows XP and lower and another for Windows Vista and Windows 7.[4] The Live CD distributions of ophcrack are built with SliTaz GNU/Linux.

Starting with version 2.3, Ophcrack also cracks NTLM hashes. This is necessary if the generation of the LM hash is disabled (this is default for Windows Vista) or if the password is longer than 14 characters (in which case the LM hash is not stored).

Starting with version 3.7.0, the source code has been moved from SourceForge to GitLab.[5]

See also[edit]

References[edit]

  1. ^ "OPH Reviews". Pcsupport.about.com. 2011-07-30. Archived from the original on 2016-10-14. Retrieved 2012-02-21.
  2. ^ a b "Rainbow Tables for ophcrack". Ophcrack.sourceforge.net. Retrieved 2012-02-21.
  3. ^ "Objectif Sécurité. A leading Swiss company in the field of information systems security". Objectif-securite.ch. Archived from the original on 2012-02-20. Retrieved 2012-02-21.
  4. ^ "Download ophcrack". Ophcrack.sourceforge.net. Retrieved 2012-02-21.
  5. ^ "Ophcrack 3.7.0 released". Ophcrack.sourceforge.net. 2017-03-30. Retrieved 2017-04-06.

External links[edit]