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: 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: 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 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 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 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 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, 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: 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: 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: 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: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and oclHashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

The catalyst driver version 14.12 is broken, see here: https://hashcat.net/forum/thread-3915.html Furthermore, this has nothing to do with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)...
philsmd Old oclHashcat Support 2 4,631 05-13-2015, 07:26 PM
    Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux Error - this copy of hashcat is outdated
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

remove it again (apt-get remove) and then just download it from https://hashcat.net/hashcat/, extract it (7z x hashcat-2.00.7z) and run it (cd hashcat-2.00; ./hashcat-cli64.bin). Have fun
philsmd General Help 4 16,768 01-01-2016, 12:45 PM
    Thread: Keepass 1.x issue
Post: RE: Keepass 1.x issue

Example hashes can be found here: https://hashcat.net/example_hashes Make sure that the format is the same, e.g. it starts with $keepass$* If you want to prepend the username (or file name) then y...
philsmd hashcat 2 3,985 04-18-2017, 09:21 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

the question now is, does it work without --force ? does it crack with the correct password ?
philsmd hashcat 8 2,397 02-21-2020, 10:32 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

do you use the latest beta version from https://hashcat.net/beta/ ?
philsmd hashcat 8 2,397 02-21-2020, 12:24 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

The algorithm is of course implemented in OpenCL code: https://github.com/hashcat/hashcat/blob/master/OpenCL/m18200_a3-pure.cl You could also look at the perl test module: https://github.com/hashca...
philsmd hashcat 7 2,449 02-21-2020, 05:20 PM
    Thread: Kerberos AS-REP Cracking
Post: RE: Kerberos AS-REP Cracking

the decrypted bytes do have a specific structure: https://github.com/hashcat/hashcat/blob/6b8f0da8e9d6a7f40e8376728be10908e7bb4c13/OpenCL/m18200_a3-pure.cl#L157-L167
philsmd hashcat 7 2,449 02-21-2020, 08:17 PM