hashcat Forum
Incremental Mask Attack - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Incremental Mask Attack (/thread-5405.html)



Incremental Mask Attack - Samra - 04-20-2016

I understand how the incremental mask attack works and all.

So when I write a command like this:
-m 0 -a 3 --increment --increment-min 2 --increment-max 5 hash.txt ?l?l?l?l?l

it gives the following trials:
?l?l
?l?l?l
?l?l?l?l
?l?l?l?l?l

However, how about if I want to make increments, and with each increment I want to try numbers from 0000 to 9999.
In other words I want the following trials:

?l?l?d?d?d?d
?l?l?l?d?d?d?d
?l?l?l?l?d?d?d?d
?l?l?l?l?l?d?d?d?d

Which is basically joining a name with a number, but without knowing the length of the name, each name length needs to be joined with the same length of numbers which is 4 numbers.

Thanks in advance.


RE: Incremental Mask Attack - epixoip - 04-20-2016

You would use an hcmask file for that.