Posts: 5,185
Threads: 230
Joined: Apr 2010
Beta-Testers,
oclHashcat-lite v0.10 is released soon. Please do some deep checks. All the changes made are as always in docs/changes.
--
atom
Posts: 5,185
Threads: 230
Joined: Apr 2010
OK, there was a huge bug on nvidia. All nvidia users reset to zero and download b92 and try again
Posts: 414
Threads: 14
Joined: Mar 2012
That sounds good, because I had a long list of bugs for you.
Posts: 5,185
Threads: 230
Joined: Apr 2010
RC version (without beta-tag) is in /beta
Posts: 5,185
Threads: 230
Joined: Apr 2010
GUYS check it out, its in /beta.
Tomorrow is release.
Posts: 2,301
Threads: 11
Joined: Jul 2010
06-28-2012, 07:54 PM
(This post was last modified: 06-28-2012, 08:05 PM by undeath.)
it tries to read the hashcat.hcstat file from the cwd. If you run bf/markov from any other directory you just get "hashcat.hcstat: No such file or directory". Is this wanted?
Hash type naming is inconsistent. e.g. MD4 and md4($pass.$salt) or SHA256 and sha256($pass.$salt)
Posts: 414
Threads: 14
Joined: Mar 2012
@
undeath:: Works for me.
You just have to specify
--markov-hcstat=[hcstat_file]. Or simply put your
.hcstat file in the same directory and name it
hashcat.hcstat
undeath Wrote: Hash type naming is inconsistent...
I don't understand what's wrong in that part... ?
Posts: 5,185
Threads: 230
Joined: Apr 2010
(06-28-2012, 07:54 PM)undeath Wrote: it tries to read the hashcat.hcstat file from the cwd. If you run bf/markov from any other directory you just get "hashcat.hcstat: No such file or directory". Is this wanted?
No actually its not. That was a good hint, I will change that.
(06-28-2012, 07:54 PM)undeath Wrote: Hash type naming is inconsistent. e.g. MD4 and md4($pass.$salt) or SHA256 and sha256($pass.$salt)
Yeah thats right, all hashcats are inconsistent like this. Thats why I didnt want to change it.
Posts: 5,185
Threads: 230
Joined: Apr 2010
(06-28-2012, 09:36 PM)atom Wrote: (06-28-2012, 07:54 PM)undeath Wrote: it tries to read the hashcat.hcstat file from the cwd. If you run bf/markov from any other directory you just get "hashcat.hcstat: No such file or directory". Is this wanted?
No actually its not. That was a good hint, I will change that.
OK, fixed, new version is up. Pls try.