hashcat Forum
Charsets Order and rockyou Mask files - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Charsets Order and rockyou Mask files (/thread-9405.html)



Charsets Order and rockyou Mask files - runga - 07-22-2020

I am using Charsets to crack a hash but I see the order is random is there a way to force hash cat to use a specific order my command below

./hashcat-6.0.0/hashcat.bin -a 3 -m 7100 --username hash/osx.hash ?d?d?d?d?d?l


Also I don't understand the rock you mask files, what does 1-60 or 2-1800 mean in the title of the mask files of hash cat 6.0 ?

thanks


RE: Charsets Order and rockyou Mask files - Mem5 - 07-23-2020

have you tried
Quote: --markov-disable | | Disables markov-chains, emulates classic brute-force



RE: Charsets Order and rockyou Mask files - runga - 07-23-2020

(07-23-2020, 08:36 AM)Mem5 Wrote: have you tried
Quote:--markov-disable          |      | Disables markov-chains, emulates classic brute-force

Doesnt exactly go in order but as follows:

 00000a -> 01910a
22910a -> 23830a

still better i guess thanks