Duplicated hashes
#1
Hello,
i have a file with 10k MD5 hashes. In this file are 2k of duplicated hashes so oclhashcat is trying to crack only 8k of unicate hashes and in output file is only one hash of this duplicated hashes but in input file is this hash duplicated maybe 10 times. I want to my output file anyways include this cracked hash 10 times just like in input file. How can i do this? Is there any command for this? So i want to disable passing through duplicated hashes.

My current command:
Code:
Hashcat -m 0 -a 3 -1 mask.hcchr hash_brute.txt -o cracked_brute.txt --increment "?1?1?1?1?1?1?1?1" --potfile-disable --outfile-autohex-disable


Messages In This Thread
Duplicated hashes - by makary - 05-23-2016, 08:06 PM
RE: Duplicated hashes - by philsmd - 05-23-2016, 08:30 PM
RE: Duplicated hashes - by makary - 05-24-2016, 02:24 AM