07-07-2017, 08:01 PM
Hi everyone,
I want to crack a password, where each placeholder could be one of a few specific chars. For example:
The cracked password has got a length of 5: 2A$Nm
the mask should look something like this:
1234,ABC,$%&(,NOP,mno,?1?2?3?4?5
the problem is, that hashcat can only handle 4 different custom charsets, but I need a new charset for every placeholder. How can I do this?
I want to crack a password, where each placeholder could be one of a few specific chars. For example:
The cracked password has got a length of 5: 2A$Nm
the mask should look something like this:
1234,ABC,$%&(,NOP,mno,?1?2?3?4?5
the problem is, that hashcat can only handle 4 different custom charsets, but I need a new charset for every placeholder. How can I do this?