hashcat Forum
can not use custom charset - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html)
+--- Thread: can not use custom charset (/thread-1261.html)



can not use custom charset - perlish - 06-10-2012

how can I use custom charset ?u?d?l?s to crack the des hash ?

thank you !
Quote:./oclHashcat-lite64.bin -m 1500 --pw-max=8 --outfile-format=7 --outfile=pass.log --gpu-accel 160 -1 ?u?d?l?s ?1?1?1?1?1?1?1?1 xxxxxxxxxxxxx

oclHashcat-lite v0.9 by atom starting...

ERROR: hash: ?1?1?1?1?1?1?1?1, line length exception: 16
ERROR: invalid hash '?1?1?1?1?1?1?1?1'. double check -m parameter



RE: can not use custom charset - perlish - 06-10-2012

it seems oclHashcat-lite has default mask while cracking DES

Hash.Type....: descrypt, DES(Unix), Traditional DES
Time.Running.: 1 hour, 12 mins
Time.Left....: 11 hours, 51 mins
Plain.Mask...: ?1?2?2?2?2?2?2?3
Plain.Text...: ******616d6e7764


RE: can not use custom charset - forumhero - 06-10-2012

move the hash before the mask.


RE: can not use custom charset - ntk - 06-10-2012

is it a bug forumhero?


RE: can not use custom charset - M@LIK - 06-10-2012

Code:
--help
cudaHashcat-plus, advanced password recovery

Usage: cudaHashcat-plus [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
...



RE: can not use custom charset - perlish - 06-10-2012

clear,thank you very much.