hashcat Forum
custom-charset goal ? - 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: custom-charset goal ? (/thread-1222.html)



custom-charset goal ? - Mem5 - 05-29-2012

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 ?


RE: custom-charset goal ? - undeath - 05-29-2012

if you do not specify a mask, the default one is used.


RE: custom-charset goal ? - Mem5 - 05-30-2012

OK.
So how can I put together the mask and the pw-min/max ?


RE: custom-charset goal ? - atom - 05-30-2012

https://hashcat.net/wiki/mask_attack


RE: custom-charset goal ? - Mem5 - 05-30-2012

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 ?!


RE: custom-charset goal ? - M@LIK - 05-30-2012

It does. So dose the new oclHashcat-plus.
So you better get to use --bf-min= and --pw-min=.