This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bfrestrict.py - bruteforce iOS restrictions passcode | |
# | |
# if you don't have an unencrypted backup folder ready, just plug in the device and run this program | |
# | |
# Note: make sure you have libimobiledevice installed (we need idevicebackup2) if you plan to plug-and-play | |
# | |
# made by Dayton Hasty (c)2018 | |
import os | |
import sys | |
import hashlib |