GIAC Certified Incident Handler (GCIH) — Question 28

What is the outcome of the command below?

hashcat -m 0 -a 3 ntds.dat --potfile-path ntds.potfile -1 ?d?d?d?d?d?d

Answer options

Correct answer: B

Explanation

The correct answer is B because the command specified is designed to brute force six-digit LANMAN passwords using only numeric characters. Option A is incorrect as it refers to md5 hashes, which are not relevant here, while options C and D describe actions that do not correspond to the command provided.