To many combinations
#1
I try to use the default mask of oclHashcat-lite in the plus,but it return "ERROR: To many combinations"


test@test:~/hashcat-gui-0.5.1/oclHashcat-plus-0.08$ ./go.sh
oclHashcat-plus v0.08 by atom starting...

Hashes: 5
Unique salts: 5
Unique digests: 5
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
GPU-Loops: 8
GPU-Accel: 8
Password lengths range: 1 - 8
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: Cayman, 1024MB, 0Mhz, 22MCU
Device #2: Cayman, 1024MB, 0Mhz, 22MCU
Device #3: Cayman, 1024MB, 0Mhz, 22MCU
Device #1: Allocating 13MB host-memory
Device #1: Kernel ./kernels/4098/m1500_a3.Cayman.64.kernel (620204 bytes)
Device #2: Allocating 13MB host-memory
Device #2: Kernel ./kernels/4098/m1500_a3.Cayman.64.kernel (620204 bytes)
Device #3: Allocating 13MB host-memory
Device #3: Kernel ./kernels/4098/m1500_a3.Cayman.64.kernel (620204 bytes)

ERROR: To many combinations

test@test:~/hashcat-gui-0.5.1/oclHashcat-plus-0.08$ cat go.sh
./oclHashcat-plus64.bin --hash-type 1500 --attack-mode 3 --outfile-format=7 --outfile=pass.log -1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ c.txt ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
#2
You're specifying a 15-char mask for a hash that is limited to 8 chars.
#3
Do not forget in -lite you have an auto-increasing length. In case oclHashcat-lite would reach length 15 it would throw the same error. But this will not happen in lifetime.