hashcat Forum
What am I doing wrong?? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: What am I doing wrong?? (/thread-4106.html)



What am I doing wrong?? - r9290xocl - 02-20-2015

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>


RE: What am I doing wrong?? - coolbry95 - 02-20-2015

You are just running a straight dictionary attack. Hashcat cpu does not support combinator attack. Look at the wiki for more details.


RE: What am I doing wrong?? - atom - 02-20-2015

combinator mode in hashcat cpu and oclHashcat work different.

in hashcat cpu you have to put all words into a single wordlist.


RE: What am I doing wrong?? - r9290xocl - 02-20-2015

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..


RE: What am I doing wrong?? - r9290xocl - 02-20-2015

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


RE: What am I doing wrong?? - atom - 02-23-2015

Yes, in oclHashcat you need two files. Do not forget the -a 1 switch Smile


RE: What am I doing wrong?? - r9290xocl - 02-23-2015

Restarted my PC, and everything was working fine, with exact same commands, dic, etc... Very weird.