Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirin Rastogi authored May 18, 2018
1 parent 3e21cd9 commit 0b114d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# brutus
Brute force your iOS Restrictions Passcode from the key & salt

## Find your iOS Restrictions Password in a backup
`cat $(fd com.apple.restrictionspassword.plist /var)`

RestrictionsPasswordKey is the -k

RestrictionsPasswordSalt is the -s

## Example

`./brutus -k 8+az5Jgc5v3IRMFny2T1iEe+Lxw= -s jvPLSA==`
Expand Down

0 comments on commit 0b114d8

Please sign in to comment.