8000 GitHub - shayanb/iloot: OpenSource tool for iCloud backup extraction
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shayanb/iloot

 
 

Repository files navigation

iLoot

Using this CLI tool you can download backups of devices assigned to your AppleID. Based on iphone-dataprotection script, so copyrights belong to respective owners. Offset operations added and other minor bugs fixed. Thanks to dlo for his additions.

This tool is for educational purposes only. Before you start, make sure it's not illegal in your country.

Follow us on twitter @hackappcom and facebook

Hackapp blog

Mobile Applications Scanner hackapp.com

Requirements

pip install -r requirements.txt

Example

$ python iloot.py -h
usage: iloot [-h] [--output OUTPUT] [--item-types ITEM_TYPES [ITEM_TYPES ...]]
             apple_id password

positional arguments:
  apple_id              Apple ID
  password              Password

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        Output Directory
  --item-types ITEM_TYPES [ITEM_TYPES ...], -t ITEM_TYPES [ITEM_TYPES ...]
                        Only download the specified item types. Options
                        include address_book, calendar, sms, call_history,
                        voicemails, and photos. E.g., --types sms voicemail

By default, the tool will download everything in a backup. If you'd only like to download a specific item type (such as all SMSs), just specify the --item-types argument. For instance:

python iloot.py <appleID> <password> --item-types sms call_history voicemails

iLoot

About

OpenSource tool for iCloud backup extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0