hashcat Forum
Combine specific hcchr with ?d?l?u.. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Combine specific hcchr with ?d?l?u.. (/thread-3491.html)



Combine specific hcchr with ?d?l?u.. - Mem5 - 06-22-2014

Hi,

How can I combine ?d with german character set (german.hcchr) ?

Code:
-1 ?dgerman.hcchr
does not work (prints Usage)

Thanks.


RE: Combine specific hcchr with ?d?l?u.. - philsmd - 06-22-2014

The .hcchr files should contain all chars that are part of your custom charset.

Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.g. german_and_digits.hcchr which contains the whole content of german.hcchr + 0123456789 in the first line of the hcchr file.

Afterwards you can use -1 german_and_digits.hcchr as your new custom charset w/ ?1?1?1?1... etc mask


RE: Combine specific hcchr with ?d?l?u.. - atom - 06-26-2014

You can also do: -1 german.hcchr -2 ?1?d and then use ?2 in mask