What is the default bruteforce charset?
#3
(05-16-2015, 05:19 AM)epixoip Wrote: Default values are found here: http://hashcat.net/wiki/doku.php?id=oclh...ult_values

So for -a 3:

Quote:-1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d

For "all symbols" you'd use the ?a character class with an appropriate mask, e.g. ?a?a?a?a?a?a?a?a for 95^8. See http://hashcat.net/wiki/doku.php?id=mask_attack#masks

ohh now i get it! "?a" includes all the above char-sets within itself.

so in order to brute-force every password combination between 0 characters and lets say 9 i need to write:
Code:
oclHashcat64.exe ?a -m 300 -a 3 E:\Hash\hash.txt


Messages In This Thread
RE: What is the default bruteforce charset? - by cybhashcat - 05-16-2015, 12:55 PM