CEH Enumeration and System Hacking Practice Question
During a penetration test, you execute the command `enum4linux -a 192.168.1.20`. The output reveals that the 'backup' account has a blank password and belongs to the 'Domain Admins' group. Which phase of the CHPSET methodology does identifying this vulnerability belong to?
⚠ Common exam trap
Many candidates confuse the 'Cracking passwords' phase with 'Privilege escalation' because discovering a blank password on a high-privilege account seems like a privilege escalation vector, but the CHPSET methodology defines password cracking as the phase where weak or blank credentials are identified and exploited.
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
✓
Cracking passwords
The command `enum4linux -a` enumerates SMB shares, users, and password policies from a Windows target. Discovering that the 'backup' account has a blank password directly identifies a weak or missing credential, which falls under the 'Cracking passwords' phase of the CHPSET methodology. This phase involves identifying and exploiting weak, default, or blank passwords to gain unauthorized access.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Privilege escalation
Why it's wrong here
Privilege escalation involves actively exploiting a vulnerability or misconfiguration to gain higher access rights on a system, such as moving from a standard user to an administrator. While `enum4linux` might reveal an existing high-privilege account with a weak or blank password, the act of discovering this potential vulnerability is information gathering, not the active process of elevating privileges itself. Escalation would occur when those credentials are used to log in and then exploit further system weaknesses.
- ✓
Cracking passwords
Why this is correct
Cracking passwords refers to the process of discovering or bypassing authentication credentials, often through brute-force, dictionary attacks, or exploiting weak password policies. The `enum4linux` tool can enumerate user accounts and sometimes directly reveal blank or easily guessable passwords for services like SMB, or provide usernames that are crucial for subsequent offline or online password cracking attempts. Identifying a blank password is a direct form of credential compromise, making it a discovery within the realm of password cracking.
- ✗
Spying
Why it's wrong here
Spying, in the context of a penetration test, typically refers to the covert monitoring of user activities, network traffic, or system processes after initial access has been established. This involves observing ongoing operations, data exfiltration, or keystrokes. `enum4linux`, conversely, is an enumeration tool used during the reconnaissance and initial access phases to gather static information about users, groups, shares, and system configurations, rather than to monitor dynamic, real-time activities.
- ✗
Executing applications
Why it's wrong here
Executing applications on a target system usually pertains to the post-exploitation phase, where an attacker runs malicious payloads, implants backdoors, or utilizes legitimate system tools to maintain persistence or further compromise the environment. `enum4linux` operates by querying information from the target system's SMB/NetBIOS services from the attacker's machine. It does not involve running arbitrary code or applications directly on the victim system; it passively requests and receives information.
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.