bug mask - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: bug mask (/thread-906.html) |
bug mask - nycom - 02-07-2012 Hi, I tried to brute force a Domain Credentials Cache hash with the command Code: oclHashcat-plus64.exe -m 1100 --gpu-watchdog=100 cache.txt -a 3 ?l?l?l?l?l?l?d?d If I use the above command, ocl doesn't find the pass, but when I try this command, it works Code: D:\Desktop\oclHashcat-plus-0.07>oclHashcat-plus64.exe -m 1100 --gpu-watchdog=100 cache.txt -a 3 ?lzer?l?l?d?d The masks "?lzer?l?l?d?d", "?lzert?l?d?d"... are working, but not "?l?l?l?l?l?l?d?d", "a?l?l?l?l?l?d?d", "az?l?l?l?l?d?d", "aze?l?l?l?d?d" Code: Hash to crack: RE: bug mask - chort - 02-07-2012 I can duplicate the condition in 0.07, but it works correctly in 0.08-beta. From the 0.08-beta docs/changes.txt: Code: type: bug Good news for you is that you can use -lite-0.09 for this and it will a) work b) be faster. RE: bug mask - nycom - 02-08-2012 Thanks. It worked with oclhashcat-lite |