Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: What happens with --increment when using irregular mask?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
The first one.
(01-19-2013, 02:53 PM)M@LIK Wrote: [ -> ]The first one.

Thanks, M@LIK.