A penetration tester wants to crack MD5 hashes more quickly. The tester knows that the first part of the password is Winter followed by four digits and a special character at the end. Which of the following commands should the tester use?
A.
john hash.txt --format=MD5 --wordlist=seasons.txt --fork=8 --rules=base64
B.
hashcat hash.txt -m 0 -a 6 seasons.txt ?d?d?d?d?s
C.
john hash.txt --format=Raw-MD5 --rules=jumbo --wordlist=seasons.txt
D.
hashcat hahs.txt -m 500 -a 7 --force -) -w 4 --opencl-device-types 1,2
It's B
hashcat hash.txt: Specifies the file you're using hashcat on
-m 0: Tells hashcat that the hash type is MD5
-a 6: Tells hashcat that it will be using both a wordlist with a custom list appended to it
seasons.txt: The wordlist being used. It will definitely contain the word "Winter" in it
?d?d?d?d?s: The custom list. It's telling hashcat to use 4 digits and one special character
Combined, this effectively aligns with the description of the password and will more than likely crack the MD5 hashes
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.PT0-002 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
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.
BlackSkullz
5 months, 3 weeks ago