PT0-002 · Question #128
A tester has captured a NetNTLMv2 hash using Responder. Which of the following commands will allow the tester to crack the hash using a mask attack?
The correct answer is C. hashc&t -m 5600 -a 3 haah.txt ?a?a?a?a?a?a?a?a. https://laconicwolf.com/2018/09/29/hashcat-tutorial-the-basics-of-cracking-passwords-with- -m 5600 --> specifies NetNTLMv2 as the hash type -a 3 --> specifies a mask attack, hash.txt --> file containing the hashes ?a?a?a?a?a?a?a?a --> this particular mask will attempt to…
Question
A tester has captured a NetNTLMv2 hash using Responder. Which of the following commands will allow the tester to crack the hash using a mask attack?
Options
- Ahashcat -m 5600 -r rulea/beat64.rule hash.txt wordliat.txt
- Bhashcax -m 500 hash.txt
- Chashc&t -m 5600 -a 3 haah.txt ?a?a?a?a?a?a?a?a
- Dhashcat -m 5600 -o reaulta.txt hash.txt wordliat.txt
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C82% (23)
- D7% (2)
Explanation
https://laconicwolf.com/2018/09/29/hashcat-tutorial-the-basics-of-cracking-passwords-with- -m 5600 --> specifies NetNTLMv2 as the hash type -a 3 --> specifies a mask attack, hash.txt --> file containing the hashes ?a?a?a?a?a?a?a?a --> this particular mask will attempt to bruteforce an 8 character password where all characters can be uppercase, lowercase, digits and can have space, symbols, etc.
Topics
Community Discussion
No community discussion yet for this question.