can not use custom charset
#1
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
#2
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
#3
move the hash before the mask.
#4
is it a bug forumhero?
#5
Code:
--help
cudaHashcat-plus, advanced password recovery

Usage: cudaHashcat-plus [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
...
#6
clear,thank you very much.