A short script to brute force IOS parental controls passcode (which nobody ever remembers)
- Back up the device locally, using itunes.
- Use a tool such as iBackupViewer to extract /System/Library/Preferences/com.apple.restrictionspassword.plist
-
Look at that plist file, you need the RestrictionsPasswordKey and salt. They look like this:
- key: e2gdr1sXWoan2YATKA3+GcuwCag=
- salt: /Y/SkQ==
-
run the script, passing the key and salt on the commandline:
ruby ./paracrack.rb e2gdr1sXWoan2YATKA3+GcuwCag= /Y/SkQ==
There is no step 5. This should only take a few seconds. If it doesn't find a key, you entered either the key or the salt inaccurately.