Incremental Mask Attack
#1
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.


Messages In This Thread
Incremental Mask Attack - by Samra - 04-20-2016, 07:12 AM
RE: Incremental Mask Attack - by epixoip - 04-20-2016, 09:08 AM