German Umlauts
#1
Lightbulb 
Dear fellow hashcats!
I need your help in a tricky case: I am trying to play around with a password that contains German Umlauts, i.e. ä, ö, ü or ß (or Ä, Ö, Ü). However, I am this far:

hashcat -m <TYPE NR> -a 3 --username -o cracked_pass.txt  hash.txt -w 4 --increment-min 1 --increment  --increment-max 30 --hex-charset -1 ?l?u?d?sf6fcdfe4c4d6dc9f96a4b6bc9c84 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

I suppose that the password is entered in utf-8 when cracking, e.g., a Microsoft Office file. As you can see, in char group -1, I have included some standard char_sets and some codes for the German umlauts. After ?s, it gets a bit messy.
I looked the codes up here and on Wikipedia. This page helped me as well. I read all posts in this forum that seemed to be relevant, but I was not able to find a proper char_set that not also represants all standard Latin letters, digits and special signs (!,#...), but also those Umlauts. I am not confident enough to use those predefined charsets or to convert them to utf-8 (from hashcat/charsets...German...).

Can you tell me how I can use German umlauts and such letters? Is my command (partly) right in that regard?
Reply


Messages In This Thread
German Umlauts - by adddikl - 09-06-2021, 08:38 PM
RE: German Umlauts - by Snoopy - 09-07-2021, 11:08 AM
RE: German Umlauts - by adddikl - 09-07-2021, 01:38 PM
RE: German Umlauts - by Snoopy - 09-07-2021, 01:54 PM
RE: German Umlauts - by adddikl - 09-07-2021, 02:43 PM