hackappcom / iloot

OpenSource tool for iCloud backup extraction
https://hackapp.com/
637 stars 201 forks source link

error #13

Closed exploitin closed 9 years ago

exploitin commented 9 years ago

after you fix code: Got OTA Keybag Available Snapshots: 14 Listing snapshot... Files in snapshot 1 : 0 Listing snapshot... Files in snapshot 13 : 0 Listing snapshot... Files in snapshot 14 : 0

no download backups..please fix

UberSecurity commented 9 years ago

Actually this was fixed by mo22 in issue #7 , the patch formatting is screwed up though. Line 195 of iloot.py needs addition, i.e. from

[snapshotId](offset=offset, limit=limit)) to [snapshotId]['listFiles'](offset=offset, limit=limit))

Now getting success !