Skip to content
/ Tinker Public

A Framework meant for tinkering with iOS devices.

Notifications You must be signed in to change notification settings

0x1CA3/Tinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation


Tinker - A framework meant for tinkering with iOS devices.

Tinker is a modular framework written in python that allows you to tinker with your iOS device.

Version

Installation & Setup

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

Modules

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.

Screenshots

image

Credits

https://github.com/0x1CA3

Contributions 🎉

All contributions are accepted, simply open an Issue / Pull request.

About

A Framework meant for tinkering with iOS devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages