Tinker is a modular framework written in python that allows you to tinker with your iOS device.
WARNING: Make sure you look into PyUSB and make sure you set it up correcty or
else some features will NOT work. If you're on Windows make sure to copy the needed DLL's into
your system32 folder.
pip3 install pyusb
pip3 install terminaltables
python3 tinker.py
Module | Description |
---|---|
Device Detection | Tinker assists you and allows you to see which mode your device is connected in. |
File Transfer | You have the option to attempt to transfer files to your iOS device if its in recovery mode. |
Sending Data | You can send data to the device and interact with it. |
Sending Commands | You can attempt to send commands to the device, even while its in recovery mode. |
Restart Device | You have the option to restart your iOS device, if its in recovery mode. |
Battery Fun | A little fun feature that makes the iOS device's battery go crazy. |
https://github.com/0x1CA3