CEH Enumeration and System Hacking Practice Question
Which tool is specifically designed to crack Windows LM and NTLM hashes using rainbow tables?
⚠ Common exam trap
Candidates often confuse RainbowCrack (a general rainbow table tool) with Ophcrack (the Windows-specific rainbow table cracker), or assume that any GPU-based cracker like Hashcat is equally suited for this specific task.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Ophcrack
Ophcrack is specifically designed to crack Windows LM and NTLM hashes using precomputed rainbow tables. It leverages the time-memory trade-off technique to rapidly reverse these hashes without brute-forcing, making it the correct choice for this targeted use case.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Hashcat
Why it's wrong here
Hashcat is a highly efficient, GPU-accelerated password recovery tool that excels at brute-force, dictionary, and hybrid attacks against a vast array of hash types, including NTLM. Its core methodology involves rapidly computing hashes on the fly and comparing them to the target hash, rather than relying on precomputed rainbow tables. Therefore, while powerful for cracking NTLM, it is not "specifically designed" to leverage rainbow tables as its primary cracking mechanism.
- ✓
Ophcrack
Why this is correct
Ophcrack is a specialized tool explicitly engineered for cracking Windows LM and NTLM hashes by utilizing precomputed rainbow tables. It comes bundled with these tables, which significantly accelerate the process of recovering passwords, especially shorter or less complex ones, from these specific Windows authentication protocols. Its design is entirely centered around the time-memory tradeoff inherent in rainbow table attacks, making it highly effective for its intended purpose.
- ✗
RainbowCrack
Why it's wrong here
RainbowCrack is a pioneering and general-purpose utility for generating and using rainbow tables against various hash types. While it can certainly be used to crack NTLM hashes if appropriate rainbow tables are generated or acquired, it is not "specifically designed" with the integrated, user-friendly approach for Windows LM/NTLM that Ophcrack offers. RainbowCrack provides the underlying framework for rainbow table attacks, requiring more manual configuration for specific targets.
- ✗
John the Ripper
Why it's wrong here
John the Ripper (JtR) is a robust and widely used password cracker renowned for its flexibility in performing dictionary attacks, brute-force, and single-crack modes against numerous hash formats, including NTLM. Although JtR is highly effective at password recovery, its fundamental design does not revolve around the use of precomputed rainbow tables as its primary cracking methodology. It typically focuses on on-the-fly hash generation and comparison, often enhanced by sophisticated rule sets.
Go deeper
Related to this question
About these practice questions
Courseiva writes every CEH question from scratch — 870 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.