Skip to content

Commit

Permalink
add iPhone passcode
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jul 23, 2021
1 parent a9fb0f7 commit 3b035e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/prototypes.json
Expand Up @@ -3463,5 +3463,19 @@
]
}
]
},
{
"regex": "^\\$uido\\$[a-f0-9]{32}\\$[a-f0-9]{40}\\$\\d{1,7}\\$[a-f0-9]{80}$",
"modes": [
{
"john": null,
"hashcat": 26500,
"extended": false,
"name": "iPhone passcode (UID key + System Keybag)",
"samples": [
"$uido$77889b1bca161ce876d976a102c7bf82$3090545724551425617156367874312887832777$50000$2d4c86b71c0c04129a47c6468e2437d1fecd88e232a7b15112d5364682dc391dbbbb921cf6e02664"
]
}
]
}
]
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [1.2.1]

- Additions:
- iPhone passcode [#56]
- Enhancements:
- DCC & DCC2:
- better description
Expand All @@ -11,6 +13,7 @@
- Fixes:
- DCC & DCC2: correct JtR hash name [#57][#57]

[#56]:https://github.com/noraj/haiti/issues/56
[#57]:https://github.com/noraj/haiti/issues/57
[#58]:https://github.com/noraj/haiti/issues/58

Expand Down

0 comments on commit 3b035e0

Please sign in to comment.