What am I doing wrong??
#1
I created an MD5 hash for the word data123, placed the word "data" in dic1, and the "123" on dic2.

The hash is accurate, because it gets cracked with the best64 rule file and dic1.

C:\Users\Abe>C:\Users\Abe\Desktop\hashcat-0.49\hashcat-cli64.exe -m 0 C:\Users\Abe\Desktop\hash.txt -a 1 C:\Users\Abe\Desktop\dic1.txt C:\Users\Abe\Desktop\dic2.txt

Initializing hashcat v0.49 with 4 threads and 32mb segment-size...

Added hashes from file C:\Users\Abe\Desktop\hash.txt: 1 (1 salts)
Activating quick-digest mode for single-hash

NOTE: press enter for status-screen


Input.Mode: Dict (C:\Users\Abe\Desktop\dic1.txt)
Index.....: 1/1 (segment), 1 (words), 5 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--


Input.Mode: Dict (C:\Users\Abe\Desktop\dic2.txt)
Index.....: 1/1 (segment), 1 (words), 7 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Fri Feb 20 11:36:23 2015
Stopped: Fri Feb 20 11:36:24 2015

C:\Users\Abe>
#2
You are just running a straight dictionary attack. Hashcat cpu does not support combinator attack. Look at the wiki for more details.
#3
combinator mode in hashcat cpu and oclHashcat work different.

in hashcat cpu you have to put all words into a single wordlist.
#4
coolbry95: did you notice the "-a 1"

atom: in other words, under hashcat, I have to specify only 1 dic file.

That explains a lot already, but it still does not explain why its not working with oclhashcat..
#5
I Confirm it works for hashcat with -a 1 and a single dic file

I tried 1.33 with ocl, same behavior with 2 dic files. I hope its not my PC acting up Tongue
#6
Yes, in oclHashcat you need two files. Do not forget the -a 1 switch Smile
#7
Restarted my PC, and everything was working fine, with exact same commands, dic, etc... Very weird.