GithubHelp home page GithubHelp logo

ios-backup-tool's Introduction

IOS Backup Tool for IOS Forensics

222

Overview

This tool provides a graphical interface (GUI) application built with PyQt6 and Python, designed to facilitate logical backups of iOS devices. It supports various commands to backup, list files, retrieve backup information, set encryption, and list connected devices using pymobiledevice3.

Features

  • Backup: Create full backups of iOS devices to a specified directory and compress them into ZIP archives.
  • List Devices: List iOS devices currently connected via USB.

Requirements

  • Python: Version 3.6 or higher
  • Dependencies:
    • PyQt6
    • py7zr
    • pymobiledevice3

Install dependencies using pip:

pip install PyQt6 py7zr pymobiledevice3

Usage

  1. Clone the repository:

    git clone https://github.com/DRCRecoveryData/Logical-Backup-Tool.git
    cd Logical-Backup-Tool
  2. Run the application:

    python iosbackuptool-gui.py

    This will launch the GUI application where you can perform various operations.

  3. Select an option from the dropdown menu (backup, list-devices).

  4. Specify the Backup Directory:

    • Click on Browse to select the directory where backups should be stored.
  5. Click Apply to execute the selected command.

  6. Monitor Progress:

    • The progress of operations (e.g., backup) will be displayed in the progress bar and log area.
    • Upon completion, a popup will notify you of the backup status.

Notes

  • Ensure pymobiledevice3 is installed and accessible in your system's PATH for proper functionality of commands.
  • This tool supports logical backups; for physical extractions, refer to dedicated forensic tools.

Contributions

Contributions are welcome! If you find any issues or have suggestions for improvements, please create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

ios-backup-tool's People

Contributors

drcrecoverydata avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.