special char in mask
#3
or you could just create an .hcchr file and use that instead of the character set along with your mask.  I always have trouble with special characters so use an .hcchr file and problems disappear.  See the wiki faq.  It has what you need to know to create one.  Or just do a search within the forum.  i.e.  -1 myhccrrfile.hcchr ?1?1?1?1...........  The hcchr file is just a text file.  Should look something like 
[ 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' ]    of course the brackets and space are not included unless you want to check for those also.  Hope that helps.
 Just copy and paste into a text file and rename it to myhcchr.hcchr or whatever you want for the file name.  You must use the file extention of .hcchr, however.



(06-04-2017, 01:34 AM)uczi Wrote: Hello,

how can I input the char ´ into an mask attack?
When I use this command:
hashcat64.exe -a3 -m 6211 ..\dd\64.bin -1 ?l?u?d ?1?1´
it transforms to a wrong char:
Guess.Mask.......: ?1?1'┤' [5]

TIA


Messages In This Thread
special char in mask - by uczi - 06-04-2017, 01:34 AM
RE: special char in mask - by royce - 06-04-2017, 06:34 AM
RE: special char in mask - by Jiminy - 06-04-2017, 02:55 PM