hashcat Forum

Full Version: can not use custom charset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
move the hash before the mask.
is it a bug forumhero?
Code:
--help
cudaHashcat-plus, advanced password recovery

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