05-30-2024, 12:26 PM
Hashcat only supports 4 custom charsets, so there is no easy possibility for building that mask
depending on the over all input, i would try generating 2 wordlist from your given input using combinator from hashcat utils
prepare one textfile for each position, then use combinator
0 + 1 > 01
01 + 2 > 012
check for output filesize but this should be feasable, do this up to position 4 and generate the second wordlist 5-9
then use hashcat with both wordlist in combinator attack mode
depending on the over all input, i would try generating 2 wordlist from your given input using combinator from hashcat utils
prepare one textfile for each position, then use combinator
0 + 1 > 01
01 + 2 > 012
check for output filesize but this should be feasable, do this up to position 4 and generate the second wordlist 5-9
then use hashcat with both wordlist in combinator attack mode