Complex iTunes password - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Complex iTunes password (/thread-6847.html) |
Complex iTunes password - AKFrostbyte - 09-05-2017 I just created a complex iTunes backup password and pulled the hash into a text document. I have successfully cracked less complex passwords with little or no issues. This time I deliberately created a complex password to see how my computer fared against it. I am looking for the most efficient way to crack this password and I can't seem to find a good command with options. Here is the password that I am trying to crack (3EXnE]nU$7Q") The quote mark at the end of the password is part of the password. Does anyone have any suggestions of the options that I might try for this password? I am still getting these errors even though I followed the instructions for, "I may have the wrong driver installed, what should I do"? Code: Cracking performance lower than expected? I have 2 GTX 780 SC's in SLI, I don't believe that hashcat cares about SLI and these are the best cards that I have at the moment. I have a GTX 1060 on the way which is all that I can afford right now. RE: Complex iTunes password - undeath - 09-05-2017 The messages you are seeing are just some info, no warnings. Don't know about the ones you did not post. If you're trying to brute-force that password you're not going to have any success. I don't know what you're trying to achieve. If you just want to know how long it would theoretically take to crack that password just do the math. RE: Complex iTunes password - AKFrostbyte - 09-06-2017 (09-05-2017, 04:32 PM)undeath Wrote: The messages you are seeing are just some info, no warnings. Don't know about the ones you did not post. Code: hashcat (v3.6.0) starting... I know that a Brute Force attack will not work. Here is the estimate of time: 329393451 years, 242 days What I am looking for is an attack that has a chance of recovering the password. I.E. Wordlist, Wordlist + Rules, Masks, builtin wordlist generators........ I keep playing around with different attacks, most of which won't even start as I have the syntax wrong or I can't use Combinator with mask and so on. If someone could just point me in the right direction for such a complex password I would really appreciate it. Thanks for your time RE: Complex iTunes password - TofuBoy22 - 09-06-2017 Unless that password is in your wordlist, I can't see you realistically cracking such a password in any reasonable timeframe RE: Complex iTunes password - undeath - 09-06-2017 Of course you can crack that with a wordlist or mask attack but you'd need to add so much specific info about the password it's almost like cheating. No real use. RE: Complex iTunes password - tacohashcat - 09-06-2017 You could create a wordlist from the computer you generated the password on. Maybe it will be stored in plaintext in the pagefile or something. Try opening up the itunes backup with the password and with it still open, hibernate the computer, wake it up again, and generate the wordlist from pagefile and hiberfil and see if it comes up with anything. RE: Complex iTunes password - AKFrostbyte - 09-07-2017 Ok. So what I am seeing here is that with a sufficiently complex password, it's not going to be cracked with hashcat. RE: Complex iTunes password - philsmd - 09-07-2017 Please keep in mind: 1. this has nothing to do with hashcat. If the password is completely random, long enough, wasn't leaked before and therefore doesn't appear in any word list, it could be just infeasible for any password cracker (if it is infeasible of course also depends on the hashing algorithm, password length, randomness etc) 2. a complex (yeah even a random) password can be cracked within a reasonable time if it already appears in some word lists (password-reuse etc) 3. sometimes passwords look weird/random, but actually are much more meaningful and related to the person who invented it (street numbers, initials, first letter of each word of a phrase etc)... They might also be crackable if you know the person who invented the password etc It's not always easy to say that "this password is crackable" and "this password is not crackable"... If you do not automatically generate them (e.g. by a password manager) they might follow a clear pattern and are crackable (but of course the algorithm behind iTunes backups is quite slow, therefore you must choose your password candidates very wisely) |