![]() |
[hashcat v0.41] Bug when using ?a with custom charset ?1 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: [hashcat v0.41] Bug when using ?a with custom charset ?1 (/thread-1627.html) |
[hashcat v0.41] Bug when using ?a with custom charset ?1 - Mem5 - 10-06-2012 Hi, I think I found a bug in hashcat v0.41 (32 and 64 bits). (oclhashcat-* are not impacted) The problem is on the "?a" charset when used with a custom charset "?1". ?a means ?l?u?d?s = 95 characters. 3 tests : Quote:hashcat-cli32.exe -a 3 hash.txt -1 ?l?u?d?s ?1Works OK (95). Quote:hashcat-cli32.exe -a 3 hash.txt ?aWorks OK (95). Quote:hashcat-cli32.exe -a 3 hash.txt -1 ?a ?1Only 66 characters are taken into account when using "?a" with custom charset "?1" I did *not* check with ?h/?D/?F/?R to see if also impacted. The bug spreads : ?1?1 gives 4356 characters instead of 9025. Thanks atom for your feedback. RE: [hashcat v0.41] Bug when using ?a with custom charset ?1 - atom - 10-08-2012 I can confirm this bug, thanks! RE: [hashcat v0.41] Bug when using ?a with custom charset ?1 - atom - 10-08-2012 And fixed already ![]() RE: [hashcat v0.41] Bug when using ?a with custom charset ?1 - Mem5 - 10-08-2012 Woo, so fast ! Thanks |