Need help with Intel CPU and NVIDIA GPU
#21
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?
~
Reply
#22
* 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
Reply
#23
My problem right now is this:

Hash 'Guess.txt': Token length exception

No hashes loaded.
Reply
#24
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
Reply
#25
- 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=%2...29%5E20%29
~
Reply
#26
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
Reply
#27
Merged this complete mess of threads. This forum is not your personal twitter account, please act accordingly.
Reply
#28
(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 !
Reply
#29
what do you mean? is there something wrong with this?
Reply
#30
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
Reply