What am I doing wrong here?
#4
you need to define the custom charset within the mask file, see https://hashcat.net/faq#what_is_a_hashcat_mask_file and https://hashcat.net/wiki/?id=mask_attack...mask_files

therefore the command need to be:

Code:
hashcat64.exe -a 3 --session 2019-04-04 --hwmon-disable -o "C:\Users\Johan\Desktop\outputfile.txt" --outfile-format 2 "C:\Hitron-hashfile.hccapx" test1.masks

and the mask file must contain the definition of the custom charsets and the mask that are using the charset, one line for instance could look like this:
Code:
?d?u,?1?1?1?1?d?d?d?d
Reply


Messages In This Thread
What am I doing wrong here? - by Pilsener - 04-04-2019, 07:28 PM
RE: What am I doing wrong here? - by philsmd - 04-04-2019, 07:35 PM
RE: What am I doing wrong here? - by Pilsener - 04-04-2019, 07:41 PM
RE: What am I doing wrong here? - by philsmd - 04-04-2019, 07:53 PM
RE: What am I doing wrong here? - by Pilsener - 04-04-2019, 08:26 PM