GithubHelp home page GithubHelp logo

autotss-cli's Introduction

AutoTSS-cli

A script to automatically save SHSH blobs for signed iOS/iPadOS firmwares using tsschecker and IPSW.me's APIs.

Usage

  1. Install required libraries:
    • pip3 install -r requirements.txt
  2. Run confgen.py to add your device(s) to the configuration file (2 methods):
    • Automatic:
      • Run python3 confgen.py -a to automatically get the device information from a connected device
    • Manual:
  3. Build & install the latest version of tsschecker
  4. Run python3 autotss.py
  5. (Optional) Schedule autotss to run frequently to save blobs for firmwares as they are signed
    • Install cron on your system
    • Add */10 * * * * /bin/bash -c "cd AUTOTSS_DIR && python3 autotss.py" to your crontab
      • Replace AUTOTSS_DIR with the full path to your AutoTSS-cli folder
      • This runs every 10 minutes, but the frequency can be altered by changing the 10 in */10 to a different number of minutes.

Requirements

  • python 3
  • cron (optional, but recommended for full automation)
  • libimobiledevice
  • tsschecker (DanTheMann15's updated fork, as tihmstar's is outdated)

To Do

  • Add support for signing automatically when a new iOS/iPadOS version is released

autotss-cli's People

Contributors

danthemann15 avatar growtopiajaw avatar m1stadev 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.