horrorho / InflatableDonkey

iOS9+ iCloud backup retrieval proof of concept
MIT License
261 stars 89 forks source link

IOS 12 2fa Backup not download #102

Open tapanshah1 opened 5 years ago

tapanshah1 commented 5 years ago

I got all device snapshot(ios 12, 2fa) and i am getting all information but at last i m getting asset list empty in AssetsClient.java.

while searching record for download : API :: POST https://p33-ckdatabase.icloud.com/api/client/record/retrieve HTTP/1.1 see attachment getting response from api

Screenshot 2019-07-23 at 6 59 29 PM Screenshot 2019-07-23 at 6 59 29 PM

In response i ma getting like " " i am getting responses example "- execute() - requestsCT:reordered [, , , , , , , , , , , , , , , , , , ]" " CloudKit.RecordRetrieveResponse[, , , , , , , , , , , , , , , , , , ]"

vipinbeni commented 5 years ago

could you please share your code

tapanshah1 commented 5 years ago

I used same latest master branch code. Just i added password+6Digitcode and making request and i got token after using token i am making all snapshot download request. For 6 digit code : In iphone Go to Setting > Tap on First top row > Tap on Password & security > click on "Get Verfication Code" enter that code with password Ex. password123456

Pink280z commented 5 years ago

Unfortunately, the download of iOS 11.3/12/13 backups on accounts with 2fa has been broken since Oct 2018. See this thread: https://github.com/horrorho/InflatableDonkey/issues/87

and the last we heard from the author: https://github.com/horrorho/InflatableDonkey/issues/87#issuecomment-429831966

tapanshah1 commented 5 years ago

Unfortunately, the download of iOS 11.3/12/13 backups on accounts with 2fa has been broken since Oct 2018. See this thread:

87

and the last we heard from the author: #87 (comment)

Yes, I know that but when it going with manifest ids but that manifest ids information not there or not found. see above attachment. May be path changed or cloudkit header change i am trying all.

ymohammad commented 4 years ago

Hi @tapanshah1 , I tried downloading backup for non 2fa account as well. It is not working for iOS 12 backup. Did anyone try for non 2fA account backup download?