Skip to content

Instantly share code, notes, and snippets.

View Anu-Pri25's full-sized avatar
💭
Frustrated

Anu-Pri25

💭
Frustrated
View GitHub Profile
@dayt0n
dayt0n / bfrestrict.py
Last active April 23, 2025 22:10
quickly bruteforce iOS restrictions passcode
# 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