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 [desc] Author Forum Replies Views Posted
    Thread: Issue with URLs
Post: RE: Issue with URLs

10fi Wrote: (06-27-2015, 12:00 AM) -- atom Wrote: (06-26-2015, 09:26 PM) -- Is this spam? -- Lol mate, that's not spam, though having second look at my post - looks like spam :) I have issue wi...
atom General Help 4 8,103 06-27-2015, 01:00 AM
    Thread: issues cracking mysql hashes with oclhashcat
Post: RE: issues cracking mysql hashes with oclhashcat

old mysql hashes are no longer supported. its better to collide them than to crack them. use sc00bz tool: https://www.tobtu.com/mysql323.php
atom General Help 4 13,792 01-04-2012, 11:00 AM
    Thread: issues cracking mysql hashes with oclhashcat
Post: RE: issues cracking mysql hashes with oclhashcat

hashcat cpu still supports it
atom General Help 4 13,792 01-04-2012, 11:21 PM
    Thread: Issues running hashcat
Post: RE: Issues running hashcat

No clue about OSX. Since I do not have access to an apple computer I can't test the refactoring done with the last 400+ commits :) You may want to stick to the 3.10 stable version? https://github.c...
atom hashcat 7 8,005 10-19-2016, 10:19 AM
    Thread: Issues running hashcat
Post: RE: Issues running hashcat

You need you buy new GPU.
atom hashcat 2 4,508 01-31-2019, 09:39 AM
    Thread: Issues with 7970 + Ubuntu
Post: RE: Issues with 7970 + Ubuntu

well, installing catalyst and opencl on linux is a pain, no doubt. keep in mind you have to be logged into X11 if you want to use it, otherwise it wont work. also maybe you updated your system package...
atom Hardware 9 17,554 03-31-2012, 05:42 PM
    Thread: Issues with 7970 + Ubuntu
Post: RE: Issues with 7970 + Ubuntu

yeah thats pretty easy. plus does not support hd7970, thats why it segfaults since its compiled with an to old catalyst. the next thing is that you should remove the sdk since the sdk itself ships and...
atom Hardware 9 17,554 03-31-2012, 10:47 PM
    Thread: Issues with 7970 + Ubuntu
Post: RE: Issues with 7970 + Ubuntu

they are now, done with 0.08
atom Hardware 9 17,554 05-08-2012, 04:29 PM
    Thread: It never stops running
Post: RE: It never stops running

No, its as radix said. He is missing a dictionary / mask so oclHashcat-plus went into stdin mode. Thats why it doesnt offer keyboard input
atom Very old oclHashcat-plus Support 13 18,333 01-29-2013, 12:12 PM
    Thread: It's works on ATI 4350/4550?
Post: RE: It's works on ATI 4350/4550?

RV710 are problematic, especially when it shows: clBuildProgram() -5 Kernelcode for this GPU is very buggy and there are several reports for them on this forum. However its a AMD OpenCL compiler bug,...
atom Hardware 7 14,806 02-13-2012, 10:51 AM
    Thread: Iterate numbers 0000 to 9999 in Combo Attack
Post: RE: Iterate numbers 0000 to 9999 in Combo Attack

What you need is to create a rulset that is doing insert rules 0000-9999 and then do a tripple combinator attack using the first hashcat in -a 1 --stdout mode piping into a second hashcat where you us...
atom hashcat 1 2,969 01-27-2017, 11:35 PM
    Thread: Iterated hash
Post: RE: Iterated hash

You can't, because iteration (as well as salted) are somehow too unprecise to map it to code. Therefore, there can't be any generic hash-mode for this. This is the way to go for you: https://hashca...
atom General Talk 1 2,939 10-25-2016, 10:57 AM
    Thread: Iterations of pbkdf2 in benchmark mode
Post: RE: Iterations of pbkdf2 in benchmark mode

1000
atom hashcat 1 3,325 08-27-2016, 11:03 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Not a bug, the speed is simply less than 1H/s (that's because they do pbkdf-hmac2-sha256 with 10 million iterations). That means the speed is not 0, but its somewhere between 0 and 1. Hashcat however ...
atom General Talk 42 83,234 01-27-2017, 11:38 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

It's not a hashcat issue, it's a driver issue.
atom General Talk 42 83,234 03-22-2017, 01:25 PM
    Thread: itunes backup >10 - am i doing it wrong?
Post: RE: itunes backup >10 - am i doing it wrong?

No it's fine, iTunes backup >= 10.0 is doing 10,000,000 iterations of PBKDF2, so it's actually that slow. I meassured a single computation on CPU to run > 40 seconds.
atom General Talk 2 4,395 05-21-2017, 01:12 PM
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

I've fixed this on GitHub master and created a new beta on https://hashcat.net/beta/ Thanks for reporting!
atom hashcat 8 3,798 03-11-2019, 11:21 AM
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

I'm not sure what's the problem. All numbers match perfectly. I ran this on my rx480 which is the closest I have matching you GPU. It's 10,000,000 iterations of PBKDF2-HMAC-SHA256. So let's benchma...
atom hashcat 8 3,798 03-14-2019, 08:37 AM
    Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy

About your question: Yes wordlists can run only for a few seconds. See philsmd's note about how to add mutation rules. Also note that (in your command) you did not specify a wordlist in -a0 mode, whic...
atom hashcat 3 5,284 02-27-2017, 12:17 PM
    Thread: Joomla 3.7 hash type?
Post: RE: Joomla 3.7 hash type?

I'm afraid it could be bcrypt(md5($pass.$salt)) so that they can stay backward compatible and do not require the users to re-enter the password in order to update the hashes to just bcrypt. Can someon...
atom hashcat 3 4,586 05-13-2017, 02:34 PM