Trying to get "Hybrid dict + mask" to work
#3
You only have about 5 million hashes to check through, and the hashing method means your gpu can get through 865.7MH/s, or 875.7 million hashes per second.

So you're only taking about 0.07 of a second to complete this task, which is why it gives you the message that your wordlist is too small, given the speed that your gpu is going. It's still checking through all the hashes, as you can see by the 100% progress, just giving you a heads-up that you might want to use a larger list next time.


Messages In This Thread
RE: Trying to get "Hybrid dict + mask" to work - by wrigglingears - 11-26-2015, 06:43 AM