hashcat Forum
oclHashcat-lite v0.10 release soon - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html)
+--- Thread: oclHashcat-lite v0.10 release soon (/thread-1334.html)



oclHashcat-lite v0.10 release soon - atom - 06-26-2012

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


RE: oclHashcat-lite v0.10 release soon - atom - 06-27-2012

OK, there was a huge bug on nvidia. All nvidia users reset to zero and download b92 and try again Smile


RE: oclHashcat-lite v0.10 release soon - M@LIK - 06-27-2012

That sounds good, because I had a long list of bugs for you.


RE: oclHashcat-lite v0.10 release soon - atom - 06-28-2012

RC version (without beta-tag) is in /beta


RE: oclHashcat-lite v0.10 release soon - atom - 06-28-2012

GUYS check it out, its in /beta.

Tomorrow is release.


RE: oclHashcat-lite v0.10 release soon - undeath - 06-28-2012

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)


RE: oclHashcat-lite v0.10 release soon - M@LIK - 06-28-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... ?


RE: oclHashcat-lite v0.10 release soon - atom - 06-28-2012

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


RE: oclHashcat-lite v0.10 release soon - atom - 06-28-2012

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