05-16-2015, 09:39 PM
(05-16-2015, 08:41 PM)epixoip Wrote: No, that mask would only brute force passwords with a length of 1. Actually it wouldn't do anything because your arguments are in the wrong order. If you wanted to brute force "all" characters lengths 1-9, your command would be:
Code:oclHashcat64 -a 3 -i -m 300 E:\Hash\hash.txt ?a?a?a?a?a?a?a?a?a
OH, now i get it.
thank you so much for all the help!