Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem executing hashcat (Aborting session due to kernel self-test failure) #2343

Closed
DrShams opened this issue Mar 27, 2020 · 3 comments
Closed

Comments

@DrShams
Copy link

DrShams commented Mar 27, 2020

root@kali:/home/sithis/SecLists/Passwords/WiFi-WPA# hashcat -m 16800 galleriaHC.16800 -a 0 --kernel-accel=1 -w 4 --force 'probable-v2-wpa-top4800.txt'
hashcat (v5.1.0-1755-gddb641b8) starting...

You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.
OpenCL API (OpenCL 1.2 pocl 1.4, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Hashes: 4 digests; 4 unique digests, 4 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable optimizers:

  • Zero-Byte
  • Slow-Hash-SIMD-LOOP

Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

Host memory required for this attack: 64 MB

clEnqueueNDRangeKernel(): CL_OUT_OF_RESOURCES

Aborting session due to kernel self-test failure.

You can use --self-test-disable to override this, but do not report related errors.

@Chick3nman
Copy link
Contributor

Please read the huge warnings I implemented that got thrown when you used --force. Then, after reading and understanding those huge warnings, close this issue.

@jsteube
Copy link
Member

jsteube commented Apr 1, 2020

This is not a hashcat issue. I have disabled the use of POCL/MESA/NEO/Beignet and will reenable them as soon as they are fixed. Commit: 008072e

@jsteube jsteube closed this as completed Apr 1, 2020
@DrShams
Copy link
Author

DrShams commented Apr 4, 2020

As I understood I have to type only
hashcat -m 16800 galleriaHC.16800 -a 0 --kernel-accel=1 -w 4 'probable-v2-wpa-top4800.txt'

without --force?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants