hashcat Forum
Any byte in mask - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Any byte in mask (/thread-3488.html)



Any byte in mask - ghuron - 06-20-2014

I want to specify any byte in a given position in the mask. When I'm trying to run
Code:
hashcat-cli64 -a 3 --hex-charset -1 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF db.hash ?1
on 0.47 I'm getting exception. Is there any other way how I can specify this?


RE: Any byte in mask - philsmd - 06-20-2014

Unfortunately, cpu hashcat currently does not support custom charset that are that long.
Instead, oclHashcat can handle such custom charset "values".

Ofc, cpu hashcat should give a warning (or better it should support this too) instead of the exception.

It would be great if you could open a new trac ticket for this problem here: http://www.hashcat.net/trac/

Thx