Works on virtual machine but not on windows - 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: Works on virtual machine but not on windows (/thread-9286.html) |
Works on virtual machine but not on windows - AnApprentice - 06-09-2020 Hey all, first post here. So i got a handshake of my AP and i can successfully crack it on a virtual machine (using aircrack and hashcat). But when i tried to do it on windows using hashcat (because i found that it's way faster since it's uses the GPU), it doesn't work. I'm only putting the correct password in the wordlist, but it just doesn't find it... Command: .\hashcat64.exe -a 0 -m 2500 CaptureWayfay.hccapx top1.txt --self-test-disable Thanks in advance for your answers and sorry if this is considered a dumb question. Have a nice day. RE: Works on virtual machine but not on windows - undeath - 06-09-2020 --self-test-disable your problem is right there. If the self test is failing your opencl driver is broken. Try using the latest beta version: https://hashcat.net/beta/ RE: Works on virtual machine but not on windows - AnApprentice - 06-09-2020 (06-09-2020, 05:38 PM)undeath Wrote: --self-test-disable your problem is right there. If the self test is failing your opencl driver is broken. Try using the latest beta version: https://hashcat.net/beta/ Thank you so much for your reply. I tried with the beta version, and no error messages has been shown. However, i have the program stuck at "Initialized device kernels and memory" for over than 30 minutes now... |