Courseiva
Enumeration and System HackingeasyMultiple ChoiceObjective-mapped

CEH Enumeration and System Hacking Practice Question

Which tool is specifically designed to crack Windows LM and NTLM password hashes using rainbow tables?

⚠ Common exam trap

EC-Council often tests the distinction between tools that use rainbow tables (Ophcrack) versus those that use brute-force or dictionary attacks (Hashcat, John the Ripper), leading candidates to mistakenly choose a general-purpose cracker for a rainbow-table-specific question.

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 password hashes using precomputed rainbow tables. It leverages the time-memory trade-off technique to rapidly reverse these hashes without brute-forcing each password individually, making it the correct choice for this targeted task.

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 versatile and powerful GPU-accelerated password recovery tool, excelling in various attack modes like dictionary, brute-force, and rule-based attacks against a wide array of hash types. While it can process precomputed hashes (like those generated by rainbow tables) or even integrate with rainbow table generation tools via --stdout, it is not specifically designed to perform the lookup and cracking process using pre-generated rainbow tables for Windows LM/NTLM hashes as its primary function. Its strength lies in direct hash cracking, not rainbow table lookups.

  • RainbowCrack

    Why it's wrong here

    RainbowCrack is a pioneering and robust tool specifically designed for generating and utilizing rainbow tables to crack various hash types. While it is a foundational tool for rainbow table attacks, its primary focus is on the general creation and lookup process, often requiring users to generate their own tables or find compatible ones. Ophcrack, in contrast, is pre-packaged with pre-computed rainbow tables specifically optimized for Windows LM and NTLM hashes, making it a more direct and user-friendly solution for this particular cracking scenario.

  • Ophcrack

    Why this is correct

    Ophcrack is a dedicated and highly effective tool specifically engineered for cracking Windows LM and NTLM password hashes by leveraging pre-computed rainbow tables. It comes pre-packaged with extensive rainbow tables optimized for various Windows password complexities, allowing for rapid password recovery without requiring significant computational power for brute-forcing. Its user-friendly interface and specialized focus make it the go-to solution for offline Windows password cracking using this method.

  • John the Ripper

    Why it's wrong here

    John the Ripper (JtR) is a powerful and widely used password cracker primarily known for its dictionary attacks, brute-force capabilities, and sophisticated wordlist manipulation rules. While JtR is highly effective against a broad range of hash types, its core design and optimization do not center around the direct utilization of pre-computed rainbow tables for cracking. Instead, it focuses on generating candidate passwords on-the-fly and comparing their hashes against the target hashes, which is fundamentally different from a rainbow table lookup process.

About these practice questions

This CEH question is part of Courseiva's 870-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.