Originally Posted by
neuron_burn
Using crunch version 3.6 and trying to generate a file where max and min password length is 6, the first two chars are DD, the second two chars are uppercase letters, and the last two chars are numbers. I am ALSO trying to PREVENT CONSECUTIVE repeats (except for the first two chars, of course). This is what I'm trying to accomplish:
|D|D|UpperAlpha|UpperAlpha|Number|Number
This is what I tried, but it isn't even generating a single line:
crunch 6 6 -d 1, -d 1% -t DD,,%% -o dd.txt
How can I generate a text file where the min and max length is 6, the first two chars are DD, the second two chars are upper alpha chars without consecutive repeats, and the last two chars are numbers without consecutive repeats?
Working with crunch best bet is youll only get it to print out two consecutive letters so
bbaadd. Try to change your command to this. Isnt that the -d option right so -d 2. Stupid i know but thats it.
easy to start; hard to finish