Thread Closed 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can not use custom charset
06-10-2012, 06:07 AM
Post: #1
can not use custom charset
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
Find all posts by this user
06-10-2012, 07:47 AM
Post: #2
RE: can not use custom charset
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
Find all posts by this user
06-10-2012, 08:29 AM (This post was last modified: 06-10-2012 08:29 AM by forumhero.)
Post: #3
RE: can not use custom charset
move the hash before the mask.
Find all posts by this user
06-10-2012, 12:17 PM
Post: #4
RE: can not use custom charset
is it a bug forumhero?
Find all posts by this user
06-10-2012, 12:31 PM
Post: #5
RE: can not use custom charset
Code:
--help
cudaHashcat-plus, advanced password recovery

Usage: cudaHashcat-plus [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
...
Find all posts by this user
06-10-2012, 03:46 PM
Post: #6
RE: can not use custom charset
clear,thank you very much.
Find all posts by this user
Thread Closed