Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [desc]
    Thread: Incremental commamnd
Post: RE: Incremental commamnd

zeealpal Wrote: -- Heyy i have a couple of questions... What command if possible would i use to make oclHashcat start at an incremental a-z and 0-9 up to 10 characters for example?? And without a dic...
atom Old hashcat Support 4 12,840 05-20-2010, 05:13 PM
    Thread: Incremental commamnd
Post: RE: Incremental commamnd

zeealpal Wrote: -- Ahh thanks :D That makes alot more sense now. Just one thing... I have to know the password length then do i? It cannot start at a, then go up every letter/symbol atatime?? Lol pro...
atom Old hashcat Support 4 12,840 05-23-2010, 01:32 PM
    Thread: A third slot for Oclhashcat
Post: RE: A third slot for Oclhashcat

mastercracker Wrote: (05-23-2010, 05:29 PM) -- What I am suggesting might just be too long to do or not feasible at all but if it is not too hard here's the idea. Right now, Oclhashcat has what I wo...
atom Feature Requests 5 15,380 05-23-2010, 07:05 PM
    Thread: oclHashcat v0.18 HD5970 not work
Post: RE: oclHashcat v0.18 HD5970 not work

xiaozhi Wrote: (05-23-2010, 12:28 PM) -- why cannt the application work? environment:win 7 64bit Catalyst 10.4 and ATI Stream SDK v2.1 oclHashcat v0.18 HD5970 here is a photo xp 32bit -- plea...
atom Very old oclHashcat Support 7 16,798 05-23-2010, 07:07 PM
    Thread: oclHashcat v0.19
Post: oclHashcat v0.19

This is the first official update of oclHashcat. A lot of changes have been made. Download it here: https://hashcat.net/oclhashcat/ * most important changes: - New Feature: Change the kernel-...
atom Very old oclHashcat Announcements 0 7,651 05-23-2010, 08:56 PM
    Thread: oclHashcat v0.18 HD5970 not work
Post: RE: oclHashcat v0.18 HD5970 not work

we have tested the HD5970 a lot. there are no known problems. do you have tried running other opencl applications (just to make sure your driver installations and the card are working)?
atom Very old oclHashcat Support 7 16,798 05-25-2010, 09:07 AM
    Thread: A third slot for Oclhashcat
Post: RE: A third slot for Oclhashcat

not yet, but i will add -e feature in a later release :)
atom Feature Requests 5 15,380 05-25-2010, 09:09 AM
    Thread: md5($pass.$salt) support
Post: RE: md5($pass.$salt) support

done in v0.19
atom Feature Requests 5 14,377 05-25-2010, 09:10 AM
    Thread: Good resume support for oclHashcat
Post: RE: Good resume support for oclHashcat

done in v0.19
atom Feature Requests 3 11,585 05-25-2010, 09:11 AM
    Thread: Hex output of the found hashes
Post: RE: Hex output of the found hashes

done in v0.19
atom Feature Requests 3 12,537 05-25-2010, 09:11 AM
    Thread: [split] oclHashcat v0.19
Post: RE: [split] oclHashcat v0.19

oclHashcat does not cache 1st md5($pass) which is why it can handle more than 500 salts.
atom Very old oclHashcat Support 4 11,025 05-25-2010, 01:10 PM
    Thread: Share your OpenCLHashcat speeds.
Post: RE: Share your OpenCLHashcat speeds.

for best results, please use one of the following commands (like spoq did): NVIDIA: oclHashcat.exe example.hash --gpu-loops 1024 -m 0 -1 ?l?d ?1?1?1?1 ?1?1?1?1 ATI: oclHashcat.exe example.hash -n 80...
atom Very old oclHashcat Support 41 128,066 05-25-2010, 02:08 PM
    Thread: [split] oclHashcat v0.19
Post: RE: [split] oclHashcat v0.19

its working perfectly.. if you have 180M/s in single-hash and you load 340k salts then the expected speed-drop is 180.000.000 / 340.000 = 529 words/sec. thats why it shows you 0M/s but actually its...
atom Very old oclHashcat Support 4 11,025 05-25-2010, 02:43 PM
    Thread: oclHashcat v0.18 HD5970 not work
Post: RE: oclHashcat v0.18 HD5970 not work

please try it exactly this way: oclHashcat.exe example.hash -n 80 --gpu-loops 1024 -m 0 -1 ?l?d ?1?1?1?1 ?1?1?1?1 if this does not work, same problem was reported and solved here: https://hashcat.ne...
atom Very old oclHashcat Support 7 16,798 05-25-2010, 02:55 PM
    Thread: mysql5
Post: RE: mysql5

oclHashcat will support MySQL4.1/MySQL5 in a later version. in the meanwhile you can use hashcat v0.34.
atom Feature Requests 3 9,933 05-27-2010, 09:19 AM
    Thread: vBulletin: md5(md5($pass).$salt) - command line ?!
Post: RE: vBulletin: md5(md5($pass).$salt) - command lin...

k9 is correct. but i admit, 0.00M/s can confuse a bit. so i planned to change speed-display in the next release v0.20 a bit. speed display will be more user-friendly so that it dynamically recalculate...
atom Very old oclHashcat Support 8 30,398 05-27-2010, 09:26 AM
    Thread: Possible bug
Post: RE: Possible bug

iirc, the character ^ is (was?) the escape character on windows shell. so it is possible to create problems. not really sure about. at least on my win7 box it does not crash, it worked as expected. b...
atom Very old oclHashcat Support 3 10,041 05-27-2010, 09:54 AM
    Thread: hashcat cracking special chars error
Post: RE: hashcat cracking special chars error

hashcat format is hash:salt, not salt:hash
atom Very old oclHashcat Support 7 20,100 05-27-2010, 04:00 PM
    Thread: hashcat cracking special chars error
Post: RE: hashcat cracking special chars error

no. hashcat is complaining about an -unmatched seperator- this mean either your hash is not exactly 40 bytes or on pos 40 + 1 is not the expected seperator char or you have wrong -m mode. but, if i...
atom Very old oclHashcat Support 7 20,100 05-27-2010, 05:18 PM
    Thread: ERROR: clEnqueueReadBuffer() -5
Post: RE: ERROR: clEnqueueReadBuffer() -5

hey, thats a new one. which ubuntu version are you using and which nvidia driver?
atom Very old oclHashcat Support 4 10,709 05-27-2010, 08:46 PM