Exam 312-38 Topic 7 Question 277 Discussion
Actual exam question for EC-COUNCIL's 312-38 exam
Question #: 277
Topic #: 7
Question #: 277
Topic #: 7
An attacker uses different types of password cracking techniques to crack the password and gain unauthorized access to a system. An attacker uses a file containing a list of commonly used passwords. They then upload this file into the cracking application that runs against the user accounts. Which of the following password cracking techniques is the attacker trying?
Suggested Answer: D Vote an answer
The attacker is employing a Dictionary attack, which is a method where a file containing a list of commonly used passwords is used to attempt to gain unauthorized access to user accounts. This technique relies on the probability that many users will use common passwords that are easy to guess. It is more efficient than a brute-force attack since it uses a predefined list of words, rather than trying all possible combinations of characters.
Reference:
A Brute-force attack involves trying all possible combinations of characters until the correct one is found1.
A Rainbow table attack uses precomputed tables of hash values to crack encrypted passwords1.
A Hybrid attack combines elements of both brute-force and dictionary attacks, often by adding numbers or symbols to dictionary words2.
Reference:
A Brute-force attack involves trying all possible combinations of characters until the correct one is found1.
A Rainbow table attack uses precomputed tables of hash values to crack encrypted passwords1.
A Hybrid attack combines elements of both brute-force and dictionary attacks, often by adding numbers or symbols to dictionary words2.
by Ian at Nov 11, 2025, 07:16 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).