02-23-2014, 05:55 AM
(02-22-2014, 01:49 PM)ToJ Wrote: [ -> ]When I run -m 1000 the mask is set to ?1?2?2?2?2?2?2?3 and my 8-char test-pwd isn't caught. How can I make sure that ?a?a?a?a?a?a?a?a is tested? (I know, but I expect the pwd to be 8-12 chars, effectively randomized...)Either you did not hash your test password properly or your mask is not matching your password. It's always a good idea to include an hash with a known value to make sure that everything is set properly. Post your command line so that we can understand what is going on.