NTLM password not found
#2
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...
Code:
$ echo -n František1 | md5sum
357462a768a498cf3b7967591884880f

hashcat -m0 357462a768a498cf3b7967591884880f -a3 Franti?b?bek1

357462a768a498cf3b7967591884880f:František1


Probably your NTLM-hash is not correct.


Messages In This Thread
NTLM password not found - by Dr-Tibetor - 04-30-2018, 10:25 AM
RE: NTLM password not found - by Banaanhangwagen - 04-30-2018, 12:31 PM
RE: NTLM password not found - by DanielG - 04-30-2018, 02:17 PM
RE: NTLM password not found - by hops - 05-01-2018, 07:53 AM
RE: NTLM password not found - by DanielG - 05-01-2018, 11:32 AM
RE: NTLM password not found - by hops - 05-01-2018, 12:28 PM