###Details Author: CyberiumShadow Language: Node.JS (JavaScript) Requirements:
- Node.JS
- Windows
- Mac OSX: https://nodejs.org/en/download/package-manager/#osx
- Linux (Debian/Ubuntu):
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs
- Tihmstar's Tools
###Installation Instructions
- Install Node.JS via one of the steps given in Requirements
- Create a folder for this script
- In your console or terminal, navigate to the new folder and run
git clone CyberiumShadow/autononce
andnpm install
- This will install both the scripts and its dependency
- Download and extract the respective files for nonceStatistics, TSSChecker and img4tool into the same folder.
- Installation Complete.
- Navigate to the same folder that the scripts were installed in.
- If you haven't already, Run nonceStatistics for your device for as long as you need. (7+ hours recommended)
- You can also use a Top 10 Collision list if its available
- Run
node autoblob.js -d <DeviceIdentifier> -v <iOS Version> -e <ECID> -l <nonceStatistics Log File>
- Upon completion, your blobs will be saved in a
ApNonce
Folder. - Run
node autoverify.js -d <DeviceIdentifier> -v <iOS Version> -l <nonceStatistics Log File>
- Upon completion, you will have a Logs folder which will contain the valid blobs, invalid blobs and verification report.
- If you have invalid/missing blobs, Feel free to repeat steps 3-6 to attempt to obtain valid/missing blobs.