Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
To many combinations
06-12-2012, 02:18 AM
Post: #1
To many combinations
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
Find all posts by this user
Quote this message in a reply
06-12-2012, 03:11 AM
Post: #2
RE: To many combinations
You're specifying a 15-char mask for a hash that is limited to 8 chars.
Visit this user's website Find all posts by this user
Quote this message in a reply
06-12-2012, 10:22 AM
Post: #3
RE: To many combinations
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply