macOS - mask attack doesn't work - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: macOS - mask attack doesn't work (/thread-5945.html) |
macOS - mask attack doesn't work - pietz - 10-09-2016 I'm having a problem where wordlist attacks work just how you'd expect, but brute-force / mask attacks never recover any passwords. For example when I run this command: Code: hashcat -a 3 3c68f35450c4b594072841cfc1c5785f ?l?l?l?l?l?l?l?l hashcat will finish within a second not having recovered any hashes. The specified hash is the MD5 result of "thistest". Code: Session.Name...: hashcat I'm confused by this because it should've recovered my hash, but it didn't. Also the processing rate of 700GH/s sounds absurd. I'm running macOS 10.11.4 and hashcat 3.10. Any ideas? RE: macOS - mask attack doesn't work - rico - 10-10-2016 Code: $ ./hashcat -a 3 3c68f35450c4b594072841cfc1c5785f ?l?l?l?l?l?l?l?l Quote:Any ideas? Yes, include the rest of the command's output. RE: macOS - mask attack doesn't work - pietz - 10-10-2016 Code: hashcat (v3.10) starting... RE: macOS - mask attack doesn't work - atom - 10-10-2016 It's an opencl runtime problem. If possible try to update the driver. Anyway, not hashcats fault here. RE: macOS - mask attack doesn't work - pietz - 10-10-2016 (10-10-2016, 05:14 PM)atom Wrote: It's an opencl runtime problem. If possible try to update the driver. Anyway, not hashcats fault here. thanks for the feedback. do you have any information you can point me to? the FAQ are pretty much linux and windows only and i cannot find anything in the macOS and OpenCL matter. if i understand correctly its implemented by default and theres no way to update anything... EDIT: btw on my macbook air hashcat isnt working at all. this might be a different topic but im getting the "clCreateProgramWithBinary(): CL_INVALID_VALUE" -error. this has been happening since i updated to macOS Sierra. RE: macOS - mask attack doesn't work - magnum - 10-10-2016 Apple's OpenCL runtime started out as crap, then it got better and better until Yosemite, at which point it was quite good (all JtR OpenCL formats ran fine on my laptop). Then with El Capitan it got really bad again and with Sierra things aren't much better. Unfortunately there isn't much you can do - we are stuck with whatever version Apple feeds us. You could submit bug reports to Apple but I have a feeling piping them to /dev/null will be just as effective. RE: macOS - mask attack doesn't work - pietz - 10-10-2016 well at least i got some answers now. thanks for your time! |