Trying to get "Hybrid dict + mask" to work
#1
Question 
Hi everyone,

I'm not really into cracking to be honest...

I'm currently on a Windows 10 machine and trying to get a decent result with this:
Code:
cudaHashcat64.exe -a 6 -o cracked.txt -m 0 hash.txt wordlist.lst rockyou-7-2592000.hcmask --status

The result:
Code:
Device #1: GeForce GTX 970, 4096MB, 1304Mhz, 13MCU
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
          You can disable it with a regpatch, see here: http://hashcat.net/wiki/doku.php?id=timeout_patch

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Scalar-Mode
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4318/m00000_a1.sm_52.64.cubin
Device #1: Kernel ./kernels/4318/markov_le_v4.sm_52.64.cubin

Cache-hit dictionary stats wordlist.lst: 56620403 bytes, 5014858 words, 5014858 keyspace


ATTENTION!
 The wordlist or mask you are using is too small.
 Therefore, oclHashcat is unable to utilize the full parallelization power of your GPU(s).
 The cracking speed will drop.
 Workaround: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed


INFO: approaching final keyspace, workload adjusted


Session.Name...: cudaHashcat
Status.........: Exhausted
Input.Left.....: File (wordlist.lst)
Input.Right....: Mask (rockyou-7-2592000.hcmask) [24]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5
Hash.Type......: MD5
Time.Started...: 0 secs
Time.Estimated.: 0 secs
Speed.GPU.#1...:   865.7 MH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 5014858/5014858 (100.00%)
Rejected.......: 1713/5014858 (0.03%)
HWMon.GPU.#1...:  1% Util, 36c Temp, 797rpm Fan

Started: Thu Nov 26 01:07:35 2015
Stopped: Thu Nov 26 01:07:36 2015

Why does it say "The wordlist or mask you are using is too small."?
What am i doing wrong >_<

Thanks in advance,

Neo


Messages In This Thread
Trying to get "Hybrid dict + mask" to work - by NeoXen - 11-26-2015, 02:19 AM