QuestionQ612
Attacking PasswordsWhat is the result of running the following command?
hashcat -m 0 -a 3 ntds.dat --potfile-path ntds.potfile -1 ?d?d?d?d?d?d
- A Brute force an md5 hash whose input was numbers
- B Crack six digit LANMAN passwords
- C Remove the encryption from the ntds.dat file
- D Create a dictionary of 3000 usernames
Community Discussion