SHA1 hashes of email addresses
#1
So I'm trying to crack some SHA1 hashes of email addresses and oclHashcat-plus (0.12 and/or 0.13) is giving me some issues.

I have a powershell script that uses my dictionary of usernames/domains to guess the email address and create the sha1 hash.
IE: Generate Email ADDR-> create sha1 hash->compare to hash to crack

I generate the same list of potential email addresses to hash and put those into hashcat (as my dictionary) and only get back 15 cracked SHA1 hashes. Any ideas?
#2
oclhashcat-plus is limited to 15 chars.
#3
use hashcat, not oclHashcat-plus
#4
(02-01-2013, 09:35 PM)epixoip Wrote: use hashcat, not oclHashcat-plus

Thanks, it's working now.