Newbie questions
#1
Okay I was doing bit researches but cant find tutorials for oclhashcat found only for old hashcat and hashcat gui. Now i've got few questions so let me start:

  1. Can I use multiple dictionaries files at once example 20? Or is there anyway to make them in one huge ?
  2. How can i start hashcat to crack using dict only?
  3. Are these encryptions supported: md5(md5($salt).md5($pass)) - MyBB & sha1($salt.sha1($salt.sha1($pass)))??
#2
All of your questions are answered here http://hashcat.net/wiki/doku.php?id=oclhashcat
#3
(12-30-2014, 04:16 AM)epixoip Wrote: All of your questions are answered here http://hashcat.net/wiki/doku.php?id=oclhashcat

What if I can't find encryption I'm looking for? Is there way to make it or?
#4
no
#5
So that means i can't run mybb?
#6
(12-30-2014, 04:28 AM)k3yw0rm Wrote: So that means i can't run mybb?

You did not look at the wiki...

You can its mode 2811.
#7
(12-30-2014, 04:39 AM)coolbry95 Wrote:
(12-30-2014, 04:28 AM)k3yw0rm Wrote: So that means i can't run mybb?

You did not look at the wiki...

You can its mode 2811.

Ohh sorry i missed it Smile
#8
-o found.txt as option is right or ? to get found hashes in textfile?
Is this okay:
oclHashcat64.exe -m 0 ./Dictionaries/ -o results.txt --outfile-format=3 hash.txt

Trying to crack MD5 with all dictionaries forom Dictionaries folder ?
#9
Your syntax is incorrect. Look at the usage again.

Code:
Usage: oclHashcat64 [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...

Further, the default mode is 0 so you do not need to specify it. And the default outfile format is 3, so you don't need to specify that either.

So your command is better written as:

Code:
oclHashcat64 -o results.txt hash.txt Dictionaries