Example Hcmask Explained
#2
I'm no expert but it seems to be just shorthand for defining custom charsets and how they're used in a mask all on one line.

So this:
?d?l,test?1?1?1

is the same as using this in the command line:

-custom-charset1 ?d?l test?1?1?1

And this:
abcdef,0123,ABC,789,?3?3?3?1?1?1?1?2?2?4?4?4?4

would be this:
-1 abcdef -2 0123 -3 ABC -4 789 ?3?3?3?1?1?1?1?2?2?4?4?4?4  


Er, I think.


Messages In This Thread
Example Hcmask Explained - by Flyinghaggis - 09-05-2015, 07:46 PM
RE: Example Hcmask Explained - by rico - 09-05-2015, 08:33 PM
RE: Example Hcmask Explained - by epixoip - 09-05-2015, 08:34 PM
RE: Example Hcmask Explained - by Flyinghaggis - 09-05-2015, 08:42 PM