Hi
I saw the last upgrade of the crunch.
I wonder if you can do the following:
I want to generate combinations 4 to 4, _ _ _ _
In which can contain the following characters: ABCD01234
In which there can be no repetition of characters (Example no: AAAA,AABC)
Example desired (ABCD,ABC0, ... , ABC4, BACD, BAC0...)
Is it possible?
And with one repetition?
Example desired (AABC,AABD, ... , AAB4, ABBC,ABB0)
I do this to avoid combinations like AAAAAAAAAA,0000000000
My goal is to create a wordlist with combinations of Hexadecimal 10-10, with zero characters or 1 character repeated.
If you know of other programs that do this, plese send
Thxs