01-11-2018, 07:58 PM
Hashcat literally tells you why it's not working in the output.
If the self test fails, theres no expectation that the password will be properly found, as the test built into hashcat failed to crack properly. It's POSSIBLE to find a password after a kernel self test fails, but not expected. You will need to remedy that first.
Code:
* Device #1: ATTENTION! OpenCL kernel self-test failed.
Your device driver installation is probably broken.
See also: https://hashcat.net/faq/wrongdriver
* Device #2: ATTENTION! OpenCL kernel self-test failed.
Your device driver installation is probably broken.
See also: https://hashcat.net/faq/wrongdriver
If the self test fails, theres no expectation that the password will be properly found, as the test built into hashcat failed to crack properly. It's POSSIBLE to find a password after a kernel self test fails, but not expected. You will need to remedy that first.