help with non-standard characters
#7
(03-23-2022, 12:29 PM)Snoopy Wrote: just a fast answer, the mask can be tuned a little bit, but this asnwer would be more complicated
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
into a file called maskfile

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)
now everything is clear to me. Thank you very much friend
Reply


Messages In This Thread
help with non-standard characters - by Duckworth - 03-22-2022, 03:23 PM
RE: help with non-standard characters - by Snoopy - 03-22-2022, 04:38 PM
RE: help with non-standard characters - by Snoopy - 03-23-2022, 12:29 PM
RE: help with non-standard characters - by Duckworth - 03-23-2022, 04:54 PM
RE: help with non-standard characters - by Snoopy - 03-24-2022, 03:31 PM
RE: help with non-standard characters - by Snoopy - 03-30-2022, 01:40 PM