12-22-2018, 11:42 AM
(12-22-2018, 06:14 AM)dtoan140298 Wrote: it simply generate random possible candidate instead of go from aaa->zzz
AFAIK, hashcat does not output brute-force / mask guesses in a strict incrementing order from aaa -> zzz. Nevertheless it is not entirely random, as it would be not efficient for the computations, I assume.
(12-22-2018, 06:14 AM)dtoan140298 Wrote: If i have 3 types of charsets in 10 differnent location, i have to try 3^10 = 59049 cases. It's random so we don't know which charsets in which location
You can define your own charsets, either within the command: https://hashcat.net/wiki/doku.php?id=mas...m_charsets
or in a .hcchr file: https://hashcat.net/wiki/doku.php?id=mas...rset_files
From how I understand your description, it does not matter, whether you try them in single attempts or simply merge all 3 charsets into one.