horrorho

Results 138 comments of horrorho

Hi @fongph. As far as I'm aware it does apply to 2FA for reasons stated [above](https://github.com/horrorho/InflatableDonkey/issues/68#issuecomment-311548629). Feel free to correct me if this is not the case. In effect your...

ElcomSoft [commented](https://blog.elcomsoft.com/2017/07/icloud-outage-token-expiration/) on this issue a couple of weeks after this ticket with additional insight. Of note: I only vaguely identified the expiration interval as being less than 24 hours,...

@ajlyakhov Hi there. iCloud photos and the CameraRollDomain are not quite the same. The iCloud photo library is stored in the `com.apple.photos.cloud` container. It remains accessible for the duration of...

@Jirmi https://gist.github.com/horrorho/7207e7c2d13572532d1801d0d3b08cc8 Example token: ``` 12345678:AQAAAABZkNzAEjRWeBI0VngSNFZ4EjRWeBI0Vng= ``` Timestamp: ``` AQAAAABZkNzAEjRWeBI0VngSNFZ4EjRWeBI0Vng= -> 2017-08-13T23:12:00Z ``` The timestamp is extracted from the mmeAuth component. It corresponds to the time the token was generated...

@marksims Hi there. Kindly refer to #49

Hi. Are you using the same mmeAuthToken every day or are you generating new ones?

@AhsanWani Something is triggering a security flag. The exact flagging algorithm is not public and almost certainly changes over time. However there are a number of well known triggers, commonly:...

@waqqas Yes it is possible to cache the values. It's been on the [improvements](https://github.com/horrorho/InflatableDonkey/issues/33) list for a long while. I just haven't had the time to implement it. @AhsanWani Thank...