Hashcat duplicates
#4
I guess i'm still doing something wrong. I can't use option "-o" with --show so I don't have any output, how to deal with that?
Also, I can't use option --remove with --show, does it mean that cracked hashes will still remain in hashes file? If I'll run hashcat with different settings, for example another rules, same hashes will be processed again even though they are already cracked?

This is how I'm trying to run it:

oclHashcat64.exe -m 0 -a 0 -r rules/best64.rule hash/hash.txt wordlist/wordlist.txt -o cracked.txt --remove --show

but as you already said i can't use --remove with --show.


My goal is, as I already mention in first post, to have the same number of cracked hashes in output file as in hash list. If I have 4 same hashes in hash list they should be present 4 times cracked in cracked list. Once they are all cracked they should be removed from hash list.

Appreciate all suggestions :)


Messages In This Thread
Hashcat duplicates - by lyther - 05-12-2016, 07:00 PM
RE: Hashcat duplicates - by epixoip - 05-12-2016, 07:34 PM
RE: Hashcat duplicates - by atom - 05-13-2016, 03:35 PM
RE: Hashcat duplicates - by lyther - 06-05-2016, 01:20 PM
RE: Hashcat duplicates - by philsmd - 06-05-2016, 07:01 PM