Posts: 19
Threads: 6
Joined: Dec 2014
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:
- Can I use multiple dictionaries files at once example 20? Or is there anyway to make them in one huge ?
- How can i start hashcat to crack using dict only?
- Are these encryptions supported: md5(md5($salt).md5($pass)) - MyBB & sha1($salt.sha1($salt.sha1($pass)))??
Posts: 2,936
Threads: 12
Joined: May 2012
Posts: 19
Threads: 6
Joined: Dec 2014
(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?
Posts: 2,936
Threads: 12
Joined: May 2012
Posts: 19
Threads: 6
Joined: Dec 2014
So that means i can't run mybb?
Posts: 117
Threads: 0
Joined: Nov 2013
(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.
Posts: 19
Threads: 6
Joined: Dec 2014
(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
Posts: 19
Threads: 6
Joined: Dec 2014
12-30-2014, 05:04 AM
(This post was last modified: 12-30-2014, 05:14 AM by k3yw0rm.)
-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 ?
Posts: 2,936
Threads: 12
Joined: May 2012
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