Newbie questions - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Newbie questions (/thread-3932.html) |
Newbie questions - k3yw0rm - 12-30-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:
RE: Newbie questions - epixoip - 12-30-2014 All of your questions are answered here http://hashcat.net/wiki/doku.php?id=oclhashcat RE: Newbie questions - k3yw0rm - 12-30-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? RE: Newbie questions - epixoip - 12-30-2014 no RE: Newbie questions - k3yw0rm - 12-30-2014 So that means i can't run mybb? RE: Newbie questions - coolbry95 - 12-30-2014 (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. RE: Newbie questions - k3yw0rm - 12-30-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? Ohh sorry i missed it RE: Newbie questions - k3yw0rm - 12-30-2014 -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 ? RE: Newbie questions - epixoip - 12-30-2014 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 |