To many combinations - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: To many combinations (/thread-1282.html) |
To many combinations - perlish - 06-12-2012 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 RE: To many combinations - epixoip - 06-12-2012 You're specifying a 15-char mask for a hash that is limited to 8 chars. RE: To many combinations - atom - 06-12-2012 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. |