Skip to content

johnjohnsp1/iOSRestrictionBruteForce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS Restriction Passcode Brute Force Python2.7

Overview

This version of the application is written in Python, which is used to crack the restriction passcode of an iPhone/iPad takes advantage of a flaw in unencrypted backups allowing the hash and salt to be discovered.

Restriction Passcode

Brute Force

  1. Get the Base64 key and salt from the backup file in Computer.

  2. Decode the Base64 key and salt.

  3. Try from 1 to 9999 to with the pbkdf2-hmac-sha1 hash with Passlib

How to Use

  1. Make sure to use iTunes to backup the iOS device to computer

  2. Run ioscrack.py

python ioscrack.py

DEPENDENCIES

This has been tested with Python 2.6 and 2.7.

Requires Passlib 1.7 Install with pip install passlib

LICENSE

MIT License

About

Crack iOS Restriction Passcodes with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%