03-23-2022, 12:29 PM
just a fast answer, the mask can be tuned a little bit, but this asnwer would be more complicated
copy this
into a file called maskfile
then use the following commandline
--increment will tell hahscat to take this mask from above, starting on postiion 1 and then position 1-2 and so on till it reaches 1-20
this mask will test all passes with combinations lower chars, digits, $ and € (i took your example from above)
copy this
Code:
?l?d€$,?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
then use the following commandline
Code:
hashcat -m 13000 -a3 -O --increment hash maskfile
--increment will tell hahscat to take this mask from above, starting on postiion 1 and then position 1-2 and so on till it reaches 1-20
this mask will test all passes with combinations lower chars, digits, $ and € (i took your example from above)