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 [asc] Author Forum Replies Views Posted
    Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support

I'm pretty sure that this "problem" has to do with this (still open) problem: https://github.com/hashcat/hashcat/issues/1479 (also see https://github.com/hashcat/hashcat/pull/1480) I'm not sure wh...
philsmd hashcat 3 2,825 01-02-2018, 01:09 PM
    Thread: Joomla 3.2 hashing support?
Post: RE: Joomla 3.2 hashing support?

The upcoming 1.02 version does support those work factors too: https://hashcat.net/trac/ticket/280
philsmd General Talk 2 7,867 02-18-2014, 09:52 AM
    Thread: Joining 2 dictionaries together without bruteforcing one side
Post: RE: Joining 2 dictionaries together without brutef...

As far as I know, the keyspace is even more restricted for Netgear routers than you might think. See: https://forum.hashkiller.co.uk/topic-view.aspx?t=2715 NETGEARXX - Adjective + Noun + 3 Digit...
philsmd Old oclHashcat Support 7 15,884 11-22-2014, 03:43 PM
    Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
Post: RE: iTunes Backup, 8 errors: Separator unmatched+S...

you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/)
philsmd hashcat 6 3,568 01-25-2019, 09:10 PM
    Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy

Well, since the algorithm is very slow... your best bet is to use very selectively choosen password candidates (and apply very few rules - or even none - to it). The best thing would be to try to re...
philsmd hashcat 3 5,284 02-27-2017, 09:36 AM
    Thread: Itunes Backup Password Never Set
Post: RE: Itunes Backup Password Never Set

well, this sounds more like a question for the apple/itunes community (apple.stackexchange.com or apple forums etc). also see these (but I'm not sure if these links help in your case, I'm not too f...
philsmd hashcat 6 2,960 06-06-2019, 09:45 AM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

Let's start with this: Code: -- Hash 'manifest.txt': Line-length exception -- This message clearly says that the string "manifest.txt" is not a valid hash. This means that the character m, follo...
philsmd hashcat 6 4,626 12-14-2017, 10:12 AM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

best advice is to remember as much as possible from the password that was (probably) used and build some small (or up to medium) sized dictionary which follows those policies/patterns. Of course it...
philsmd hashcat 10 4,436 04-30-2019, 10:40 AM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

I think brute-force is a very bad strategy here. I would stick with dictionary attacks (-a 0) and only if you are sure about a very specific pattern or did already try all possibilities (likely pas...
philsmd hashcat 10 4,436 04-30-2019, 07:05 PM
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

in this case it depends heavily on the iteration count. this information is stored/present within the hash itself. the hash used within the benchmark uses 10000 iterations (iter) and 1000 iteration...
philsmd hashcat 8 3,798 03-12-2019, 12:01 PM
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

that's interesting. I'm not sure if we should change it though. One problem of changing a benchmark setting is always that users start comparing apple to oranges after the change (and they say "hey...
philsmd hashcat 8 3,798 03-13-2019, 09:47 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Well, it is pretty easy to see from the link posted by keen (https://stackoverflow.com/questions/1498342/how-to-decrypt-an-encrypted-apple-itunes-iphone-backup) that after the $key = pbkdf2_hmac_sha1 (...
philsmd General Talk 42 83,234 01-19-2017, 12:51 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Yeah, looks good Tuxel (if you are sure about the hard-coded "48df8dx4" beginning). In theory you should be able to speed it up significantly e.g. with the "parallels" tool: Code: -- ./hashcat --s...
philsmd General Talk 42 83,234 01-19-2017, 11:43 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Are you sure that the password of the first one (IOS 10.2.0) is "test123" (without quotes)? It doesn't seem to crack and also the stackoverflow code (our reference for the algorithm) isn't able to op...
philsmd General Talk 42 83,234 01-20-2017, 01:13 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@Tuxel don't worry the language is not the problem... but there might be other things that need to be double-checked first (we need to gather more information such that we are almost perfectly sure ab...
philsmd General Talk 42 83,234 01-20-2017, 04:09 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@keen, good to hear that it helped. There is also an update to hashcat! It now supports both -m 14700 = iTunes Backup < 10 and -m 14800 = iTunes Backup >= 10 (use beta 3.30+50 or newer: https://hashc...
philsmd General Talk 42 83,234 01-26-2017, 10:25 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

I need to close this thread for now. Too many unrelated posts.
philsmd General Talk 42 83,234 03-23-2017, 09:40 PM
    Thread: iTunes backup
Post: RE: iTunes backup

Did you use the perl script itunes_backup2hashcat.pl to convert the plist/backup to a "hash" ? see https://raw.githubusercontent.com/philsmd/itunes_backup2hashcat/master/itunes_backup2hashcat.pl I...
philsmd hashcat 3 1,156 02-05-2020, 11:44 AM
    Thread: iTunes backup
Post: RE: iTunes backup

Code: -- hashcat -m 14800 -w 3 -a 0 -r rules/best64.rule hash.txt rockyou.txt -- instead of the best64.rule, you could/should use your own "rules". instead of rockyou.txt, you could/should use...
philsmd hashcat 3 1,156 02-05-2020, 12:41 PM
    Thread: Issues with Tesla K20m
Post: RE: Issues with Tesla K20m

For cudaHashcat to work you need to match this requirement stated on the download page ( https://hashcat.net/oclhashcat/ ): 346.x or later Now, if you look at the nvidia documentations (for instance ...
philsmd Old oclHashcat Support 5 8,089 03-26-2015, 12:21 PM