What is the default bruteforce charset?
#4
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


Messages In This Thread
RE: What is the default bruteforce charset? - by epixoip - 05-16-2015, 08:41 PM