Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
custom-charset goal ?
05-29-2012, 09:45 PM
Post: #1
custom-charset goal ?
Hi,

What is the goal of custom-charset ?

I tried with ?l and ?d?l?u but it gives exactly the same keyspace (but it should not)
Quote:oclHashcat-lite64.exe --custom-charset1 ?l --pw-min 9 --pw-max 9 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
oclHashcat-lite v0.9 by atom starting...
(...)
Progress.....: 9175040000/226868608622592 (0.01%)
Quote:oclHashcat-lite64.exe --custom-charset1 ?l?d?u --pw-min 9 --pw-max 9 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
oclHashcat-lite v0.9 by atom starting...
(...)
Progress.....: 8808038400/226868608622592 (0.01%)

Should I specify the mask (?1?1..) too ? But if I do that, the length specified with --pw-min(/ax) will be useless ?
Find all posts by this user
Quote this message in a reply
05-29-2012, 09:48 PM
Post: #2
RE: custom-charset goal ?
if you do not specify a mask, the default one is used.
Find all posts by this user
Quote this message in a reply
05-30-2012, 07:44 AM
Post: #3
RE: custom-charset goal ?
OK.
So how can I put together the mask and the pw-min/max ?
Find all posts by this user
Quote this message in a reply
05-30-2012, 09:44 AM
Post: #4
RE: custom-charset goal ?
https://hashcat.net/wiki/mask_attack
Visit this user's website Find all posts by this user
Quote this message in a reply
05-30-2012, 08:40 PM
Post: #5
RE: custom-charset goal ?
I put seven ?1 :
Quote:oclHashcat-lite64.exe --custom-charset1 ?d?l?u xxxxxxxx ?1?1?1?1?1?1?1
oclHashcat-lite v0.9 by atom starting...
(...)
Plain.Mask...: ?1?1?1?1?1?1
Plain.Text...: **uX6g
Plain.Length.: 6
(...)
[s]tatus [p]ause [r]esume [q]uit =>
(...)
Plain.Mask...: ?1?1?1?1?1?1?1
Plain.Text...: ***0000
Plain.Length.: 7

It seems that ocl-lite increments itself the mask ?!
Find all posts by this user
Quote this message in a reply
05-30-2012, 09:00 PM
Post: #6
RE: custom-charset goal ?
It does. So dose the new oclHashcat-plus.
So you better get to use --bf-min= and --pw-min=.
Find all posts by this user
Quote this message in a reply
Post Reply