12-11-2018, 10:43 PM
I have a file containing two Office2013 hashes. The pwd for the two is 1920.
When I try to crack the two hashes, Hashcat only finds the first one.
When I run one hash at the time, Hashcat is able to find the pwd for both
Am I missing a detail here?
Thanks!
Code:
$ cat office2013.hash
$office$*2013*100000*256*16*e166509e5a4e05670dc5f3a57c4f30ff*636ae6f842a8f6b2939eb611b5912903*a4471efa793e407aae675b1601527215ac6ba179f18e5e4c9b1d29eec4bc04ef
$office$*2013*100000*256*16*e166509e5a4e05670dc5f3a57c4f30ff*f2e4fe453c2451d9070a485ffae7e1e8*48dce31f17ce6b1c4fe59d450cd7cf28c0041b435dbd1e29caade645318c5a76
When I try to crack the two hashes, Hashcat only finds the first one.
Code:
$ hashcat -m9600 office2013.hash -w3 -a3 ?d?d?d?d --quiet
$office$*2013*100000*256*16*e166509e5a4e05670dc5f3a57c4f30ff*636ae6f842a8f6b2939eb611b5912903*a4471efa793e407aae675b1601527215ac6ba179f18e5e4c9b1d29eec4bc04ef:1920
When I run one hash at the time, Hashcat is able to find the pwd for both
Am I missing a detail here?
Thanks!