09-10-2013, 01:17 AM
Without knowing what you are doing, I'd suggest removing the last character from all the words in the word list. Sort and remove duplicates. Then do a hybrid attack to add the last character back in. This should get speeds closer to 1B/sec. Now if removing the last character doesn't actually remove like 90% of the passwords in your list, then it's not going to be much of a help.
How did you generate the 2^32 passwords? Are they all like Aaaa000! or something? If they are then you can do a mask attack.
How did you generate the 2^32 passwords? Are they all like Aaaa000! or something? If they are then you can do a mask attack.