Crack iOS Restriction Passcode using Python. This version of the application is written in Python, Crack the restriction passcode of an iPhone/iPad ipod. Takes advantage of a flaw in unencrypted backups allowing the hash and salt to be discovered using brut force. Crack iOS Restriction Passcodes with Python.
Tools you need to crack iOS Restriction Passcode using Python?
Download Python Python 2.7
Requires Passlib
How to use iOSRestrictionBruteForce?
- Install the iOSRestrictionBruteForce python repository using this commands: git clone https://github.com/thehappydinoa/iOSRestrictionBruteForce && cd iOSRestrictionBruteForce
- Make sure you create a iOS Backup using iTunes or libimobiledevice to your computer.
- Run
ioscrack.py
with the webserver option.python ioscrack.py -w
How iOSRestrictionBruteForce Works?
Done by using the pbkdf2 hash with the Passlib python module
- Try the top 20 four-digit pins
- Try birthdays between 1900-2017
- Brute force pins from 1 to 9999
Crack iOS Restriction Passcode using Python
How to use and installation – developer/project webpage :
https://github.com/thehappydinoa/iOSRestrictionBruteForce