help with non-standard characters
#8
(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)

C:\Users\Username\Desktop\hashcat-6.2.5\hashcat-6.2.5>hashcat.exe -m 13000 -a -O --increment $rar5$16$e2bc2ff1c32c75ae8b7dc13315030f9a$15$0f65ddda418e54d85a6306ed21f235ca$8$1ee1ed4bfb0ad7ff maskfile.txt

The specified parameter cannot use '-O' as a value - must be a number.   error
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, 10:37 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