Custom symbol character set
#2
The syntax is explained here:
https://hashcat.net/wiki/?id=mask_attack...mask_files

(and also within the FAQ: https://hashcat.net/wiki/doku.php?id=fre..._mask_file)

#1 if you want to use a custom charset without spaces, just use something like this:
Quote:!"#$%&'()*+\,-./:;<=>?@[\]^_`{|}~,?a?a?a?a?1
where !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ is defined as your custom charset 1 (-1 or --custom-charset1) and ?a?a?a?a?1 is your mask (which is using ?1)

#2 the custom charsets must be defined within the .hcmask file for each line that uses custom charsets (remember: previous versions of hashcat did have this "feature" to be able to use the custom charset defined on the command line and/or the default custom charsets, but users were utterly confused about this... whenever they forgot to set the correct custom charset within the line, they reported problems with "unexpected" behaviour... "hashcat doesn't work correctly, it uses the wrong mask". The way it currently is, it will give you a clear error message that you should tell hashcat what custom charsets you want to use for each mask).


Messages In This Thread
Custom symbol character set - by rsberzerker - 09-14-2017, 04:14 AM
RE: Custom symbol character set - by philsmd - 09-14-2017, 07:20 AM
RE: Custom symbol character set - by rsberzerker - 09-14-2017, 02:07 PM
RE: Custom symbol character set - by philsmd - 09-14-2017, 02:20 PM
RE: Custom symbol character set - by rsberzerker - 09-14-2017, 02:48 PM
RE: Custom symbol character set - by philsmd - 09-14-2017, 04:09 PM