01-27-2017, 10:19 PM
Try running it without Device #2
Itunes Backup
|
01-27-2017, 10:19 PM
Try running it without Device #2
01-27-2017, 11:27 PM
(01-27-2017, 10:19 PM)epixoip Wrote: Try running it without Device #2 That helps a bit, thanks, but still some bugs. Looks like the issue is primarily with mode 14800. Mode 14700 (iOS 9-style backups) works well: Code: $ cat itunes-9.txt Mode 14700's benchmark feature also works OK: Code: $ ~/Hack/hashcat/hashcat -m 14700 -d3 -b With iOS 10 however, it takes 4.5 minutes to crack the password: Code: $ ~/Hack/hashcat/hashcat -m 14800 -d3 --weak-hash-threshold 0 itunes-10.txt mylist And the benchmark feature shows 0 H/s: Code: $ ~/Hack/hashcat/hashcat -m 14800 -d3 -b | grep Speed I think most of us are primarily interested in iOS 10 support. Any thoughts on these issues? Thanks! -Josh
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 does not use floating points to show the speed but integers and that's why it's round down to 0. So, it's all fine. If you have a GTX1080 you'll have ~120 H/s.
Note that it does take 4.5 minutes on your system to test 1 password, but that's not an accurate statement. It takes 4.5 minutes to test maybe a few houndret or a few thousand passwords, that's how GPU parallelizing works. It's like with Brooks's law: While it takes one woman nine months to make one baby, nine women can't make a baby in one month.
01-31-2017, 09:33 AM
Thank you all.
I have my password again! good job
03-03-2017, 12:41 PM
I have a problem with my hashcat 3:30
I use hashcat with Windows 10, but does not recognize -m 14800. someone can help me
03-03-2017, 03:53 PM
03-03-2017, 06:15 PM
03-03-2017, 06:31 PM
03-21-2017, 05:22 PM
Good afternoon,
I am attempting to use hashcat v3.40 in attempt to get the password for an encrypted itunes backup. I utilized itunes_backup2hashcat.pl thanks to philsmd and then used the following command: hashcat64.exe -m 14800 --weak-hash-threshold 0 (insert pull from itunes_backup2hashcat.pl) (pwd dictionary). This ran for approximately 10 hours and then I received a clwaitforevents(): CL_OUT_OF_RECOURSES clenqueueReadBuffer(): CL_OUT_OF_RECOURSES I did change the registry for windows 10 as stated in other posts "TDrLevel"=Dword:00000000 any suggestions would be appreciated...
03-22-2017, 01:25 PM
It's not a hashcat issue, it's a driver issue.
|
« Next Oldest | Next Newest »
|