04-30-2018, 12:31 PM 
		
	
	
		The special character š is a 2-byte hex value. 
You need to force Hashcat to attempt 2-byte hex values. (with ?b?b or with --hex-charset)
The corresponding hex-value for š is 0xc5 0xa1.
When doing so, it does the job...
Probably your NTLM-hash is not correct.
	
	
	
	
You need to force Hashcat to attempt 2-byte hex values. (with ?b?b or with --hex-charset)
The corresponding hex-value for š is 0xc5 0xa1.
When doing so, it does the job...
Code:
$ echo -n František1 | md5sum
357462a768a498cf3b7967591884880f
hashcat -m0 357462a768a498cf3b7967591884880f -a3 Franti?b?bek1
357462a768a498cf3b7967591884880f:František1Probably your NTLM-hash is not correct.
 
 

 
