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 Quote:oclHashcat-lite64.exe --custom-charset1 ?l?d?u --pw-min 9 --pw-max 9 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx 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 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=. |