Hashcat not going to work on RAR3-HP
#1
I am using the actual (Beta-)Version on Windows 10 and trying to get hashcat work on a RAR3-HP-Hash. At first: Hashcat works fine for me for other hashes. But with RAR3-HP it stops working without any error. It also does not freeze, it just quits. I tried several parameters, all these parameters work for other hashes but for RAR3-HP.

Code:
hashcat.exe -m 12500 -a 3 -1 ?u -2 -?l?u?d -3 ?d  hash.txt ?1?2?2?2?3?3?3 -O
hashcat (v6.1.1-116-gfb219e0a6) starting...

OpenCL API (OpenCL 2.1 AMD-APP (3188.4)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #1: gfx900, 8112/8176 MB (6732 MB allocatable), 56MCU

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #2 [Intel(R) Corporation]
====================================================================
* Device #2: AMD Ryzen 5 3600X 6-Core Processor, skipped

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

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

Applicable optimizers applied:
* Optimized-Kernel
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force

Watchdog: Temperature abort trigger set to 90c

Initializing backend runtime for device #1...
Reply
#2
hashcat.exe -m 12500 -b
?
Reply
#3
(01-07-2021, 03:05 PM)Mem5 Wrote: hashcat.exe -m 12500  -b
?

Code:
hashcat.exe -m 12500 -b
hashcat (v6.1.1-116-gfb219e0a6) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

OpenCL API (OpenCL 2.1 AMD-APP (3188.4)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #1: gfx900, 8112/8176 MB (6732 MB allocatable), 56MCU

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #2 [Intel(R) Corporation]
====================================================================
* Device #2: AMD Ryzen 5 3600X 6-Core Processor, skipped

Benchmark relevant options:
===========================
* --optimized-kernel-enable

Hashmode: 12500 - RAR3-hp (Iterations: 262144)

Also quits with no message....hmmm
Reply
#4
Oh, I used the beta...with the stable-version it is working. I am very sorry. But perhaps someone should look at it, before the beta goes stable.
Reply
#5
Please use https://github.com/hashcat/hashcat/issues to post your issue Smile
Reply