Not found hash Removing
#1
Bug 
hi

i need hashcat don't remove Not found hashes in output. 

is there any options for this?

for example:

list of hashes:

hash1
hash2
hash3
hash4
hash5

output:

hash1:5NVHvVTM
hash2:Rumpsti
hash3:AC7omfdq


i need this:

hash1:5NVHvVTM
hash2:Rumpsti
not found
not found
hash3:AC7omfdq
Reply
#2
you are searching for this command line option:
Code:
--left | Compare hashlist with potfile; show uncracked hashes

and of course the opposite of --left is --show

btw: you are not allowed to post hashes here according to the forum rules. It doesn't matter if you fabricated these hashes or if they are just examples. It's just not allowed on this forum to post hashes without any clear request by the administrator or a moderator
Reply