hashcat Forum
What happens with --increment when using irregular mask? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: What happens with --increment when using irregular mask? (/thread-1970.html)



What happens with --increment when using irregular mask? - SopalajoArrierez - 01-19-2013

Hello, folks.
I could not find the answer to my question in the Wiki, so I am going to pose it here:
If I make a mask like "?u?d?d?d", does --increment mode builds this automation?

Code:
?u
?u?d
?u?d?d
?u?d?d?d

or maybe this other one?

Code:
?d
?d?d
?d?d?d
?u?d?d?d

I think the description at "Mask Attak in the Wiki" is ambiguous about this.

Thanks in advance.


RE: What happens with --increment when using irregular mask? - M@LIK - 01-19-2013

The first one.


RE: What happens with --increment when using irregular mask? - SopalajoArrierez - 03-29-2013

(01-19-2013, 02:53 PM)M@LIK Wrote: The first one.

Thanks, M@LIK.