hashcat exits without any message or error - 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: hashcat exits without any message or error (/thread-10721.html) |
hashcat exits without any message or error - forky - 04-14-2022 hello, newbie question.. I am running hashcat as: Code: hashcat.exe -m 22000 -a 3 scan.hc22000 or Code: hashcat.exe -m 22000 -a 3 scan.hc22000 -1 ?u?d ?1?1?1?1?1?1?1?1 where the content of scan.hc22000 is like: Code: WPA*01*701f3dbcbb75ff1bfa1bb22f55972ff1*b4305268925c*92810c252c59*54414c4b54314c4b363839323536*** and I get: Code: hashcat (v6.2.5) starting In other words, it exits without any error. I suspect it is something related to the input file, but without any message I am having hard time figuring it out. Benchmark and example scripts run OK. Thanks RE: hashcat exits without any message or error - forky - 04-14-2022 Reading the forum, it looks like this issue is similar. Sharing my findings, using a macbook pro, compiling from source, I was able to have it running, with the same command and the same input. By exclusion, there is a problem with the hardware/driver/OS combination. I originally ran it on Windows and an AMD WX3100. Interesting enough, when trying different types of attacks, it works. Is it possible that this is due to the type of algorithm used? -m 22000? RE: hashcat exits without any message or error - forky - 04-15-2022 ... and in fact, it was a driver issue!! Re-installing the drivers fixed the issue. The culprit, my guess, was Windows automatic updates. Hope it helps someone else |