hashcat Forum
Need help with Intel CPU and NVIDIA GPU - 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: Need help with Intel CPU and NVIDIA GPU (/thread-9421.html)

Pages: 1 2 3 4 5


RE: hashcat sees 4 devices but only have 2 gpus - royce - 07-30-2020

Could you be more specific - show us what you're seeing (2 devices vs 4)?

Is this the first time you've moved to a version of hashcat that supports both CUDA and OpenCL?


RE: hashcat sees 4 devices but only have 2 gpus - FPTHHrw6mKhNZwL6 - 07-30-2020

* Device #2: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #4: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
CUDA API (CUDA 11.0)
====================
* Device #1: GeForce RTX 2080 Ti, 10679/11016 MB, 68MCU
* Device #2: GeForce RTX 2080 Ti, 10857/11019 MB, 68MCU

OpenCL API (OpenCL 1.2 CUDA 11.0.197) - Platform #1 [NVIDIA Corporation]
========================================================================
Device #3: GeForce RTX 2080 Ti, skipped
* Device #4: GeForce RTX 2080 Ti, skipped


Got it running, kind of - FPTHHrw6mKhNZwL6 - 07-30-2020

My problem right now is this:

Hash 'Guess.txt': Token length exception

No hashes loaded.


RE: Got it running, kind of - FPTHHrw6mKhNZwL6 - 07-30-2020

jr@jr-X299-UD4-Pro:~/hashcat-6.1.1$ ./hashcat.bin -a 3 -m 1400 Guess.hash -1 123456789 -2 0123456789- -3 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789- -4 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123 456789 ?1?2?3?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4 i/--increment-min=22 i/--increment-max=23
hashcat (v6.1.1) starting...

* Device #2: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #4: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
CUDA API (CUDA 11.0)
====================
* Device #1: GeForce RTX 2080 Ti, 10667/11016 MB, 68MCU
* Device #2: GeForce RTX 2080 Ti, 10857/11019 MB, 68MCU

OpenCL API (OpenCL 1.2 CUDA 11.0.197) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #3: GeForce RTX 2080 Ti, skipped
* Device #4: GeForce RTX 2080 Ti, skipped

OpenCL API (OpenCL 2.1 LINUX) - Platform #2 [Intel(R) Corporation]
==================================================================
* Device #5: Intel(R) Core(TM) i5-7640X CPU @ 4.00GHz, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Hash 'Guess.hash': Token length exception
No hashes loaded.

Started: Thu Jul 30 10:18:42 2020
Stopped: Thu Jul 30 10:18:43 2020


RE: Got it running, kind of - royce - 07-30-2020

- Your hash is not formatted as -m 1400
- Your mask can be better expressed as -1 ?d- -2 ?l?u?d- -3 ?l?u?d ?d?1?2??3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3
- But your mask is much too long, and your attack will never complete in your lifetime; study this math to understand why.

https://www.wolframalpha.com/input/?i=%2810%2B1%29*%2826%2B26%2B10%2B1%29*%2826*26*10%2B1%29*%28%2826*26*10%29%5E20%29


RE: Got it running, kind of - FPTHHrw6mKhNZwL6 - 07-30-2020

how to format my hash as -m 1400?

The hash is:
b64362efb613c96e5e4d47ee7bd67cb6977622d1bf39b5cc48c5c196d18486a6

and it's supposed to be in sha256

PASSWORD SHOULD BE:
10-hdcmqhfaoc1595934493


RE: Need help with Intel CPU and NVIDIA GPU - undeath - 07-30-2020

Merged this complete mess of threads. This forum is not your personal twitter account, please act accordingly.


RE: Got it running, kind of - Mem5 - 07-30-2020

(07-30-2020, 04:19 PM)FPTHHrw6mKhNZwL6 Wrote: ./hashcat.bin -a 3 -m 1400 Guess.hash -1 123456789 -2 0123456789- -3 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789- -4 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123 456789 ?1?2?3?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4?4 i/--increment-min=22 i/--increment-max=23
i/--increment-min=22 i/--increment-max=23
Awful. Stop copy/paste !


RE: Need help with Intel CPU and NVIDIA GPU - FPTHHrw6mKhNZwL6 - 07-30-2020

what do you mean? is there something wrong with this?


RE: Need help with Intel CPU and NVIDIA GPU - FPTHHrw6mKhNZwL6 - 07-30-2020

Hash 'Guess.hash': Token length exception
No hashes loaded.


* Device #2: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #4: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
CUDA API (CUDA 11.0)
====================
* Device #1: GeForce RTX 2080 Ti, 10654/11016 MB, 68MCU
* Device #2: GeForce RTX 2080 Ti, 10857/11019 MB, 68MCU

OpenCL API (OpenCL 1.2 CUDA 11.0.197) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #3: GeForce RTX 2080 Ti, skipped
* Device #4: GeForce RTX 2080 Ti, skipped

OpenCL API (OpenCL 2.1 LINUX) - Platform #2 [Intel(R) Corporation]
==================================================================
* Device #5: Intel(R) Core(TM) i5-7640X CPU @ 4.00GHz, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Hash 'Guess.txt': Token length exception
No hashes loaded.

Started: Thu Jul 30 13:18:54 2020
Stopped: Thu Jul 30 13:18:55 2020